namespace
authnamespace for the request types in the different auth stages.
Classes
- struct Dummy
- Empty struct to complete dummy auth.
- struct EmailIdentity
- Email authentication stage.
- struct Fallback
- Fallback auth.
- struct MSISDN
- SMS authentication stage.
- struct OAuth2
- OAuth2, client retries with the session only, so I'm guessing this is empty?
- struct Password
- Password stage.
- struct ReCaptcha
- ReCaptcha stage.
- struct RegistrationToken
- Registration token authentication stage.
- struct SSO
- Empty struct to complete SSO.
- struct Terms
- Empty struct, when parameters are accepted.
- struct ThreePIDCred
- Third party identifier for Email or MSISDN stages.
- struct Token
- Token stage.