LoginData¶
- class LoginData[source]¶
Payload for the self-login flow.
- mode: Literal['login']¶
Discriminator selecting the self-login (vs. impersonation) flow. Defaults server-side; existing clients that omit it keep working.
- confirm_session_termination: bool¶
Set to true to log in even when an active isolated session exists, which will terminate that session.