Describe the solution you'd like
Add agent auth support to rogue-rui.
We currently support these authentication mehods: https://github.com/qualifire-dev/rogue/blob/main/sdks/python/rogue_sdk/types.py#L22
Those should be also implemented in the tui.
Note: we only need to fetch the auth data from the user and pass it to the rogue server. the server will handle the rest.