mtx::user_interactive::auth_types namespace

The different auth types.

Variables

std::string_view password
Password based authentication.
std::string_view recaptcha
Authentication using a ReCaptcha.
std::string_view oauth2
Authentication using oauth2.
std::string_view email_identity
Authentication via email.
std::string_view msisdn
Authentication using SMS?
std::string_view token
Token based auth.
std::string_view sso
Single Sign On.
std::string_view dummy
Placeholder used in alternative auth flows.
std::string_view terms
Authentication by accepting a set of terms like a privacy policy.
std::string_view registration_token
Authentication using a registration token. See MSC3231.