LoginByUsernameData¶
- class LoginByUsernameData[source]¶
Payload for the self-login flow.
- mode: Literal['login'] = 'login'¶
Discriminator selecting the self-login (vs. impersonation) flow. Defaults server-side; existing clients that omit it keep working.
- by: Literal['username'] = 'username'¶
Discriminator selecting the by-username variant. Optional on the wire; defaults server-side to ‘username’.