libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::LoginFlowTypes Namespace Reference

Predefined login flow types. More...

Variables

constexpr auto Password = "m.login.password"_L1
 
constexpr auto SSO = "m.login.sso"_L1
 
constexpr auto Token = "m.login.token"_L1
 

Detailed Description

Predefined login flow types.

Variable Documentation

◆ Password

constexpr auto Quotient::LoginFlowTypes::Password = "m.login.password"_L1
inlineconstexpr

Definition at line 64 of file connection.h.

◆ SSO

constexpr auto Quotient::LoginFlowTypes::SSO = "m.login.sso"_L1

Definition at line 64 of file connection.h.

◆ Token

constexpr auto Quotient::LoginFlowTypes::Token = "m.login.token"_L1

Definition at line 65 of file connection.h.