mtx::user_interactive::auth_types namespace

The different auth types.

Variables

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