libQuotient
A Qt library for building matrix clients
Quotient::GetLoginFlowsJob::LoginFlow Struct Reference

#include <login.h>

Public Attributes

QString type
 
bool getLoginToken { false }
 

Detailed Description

Definition at line 20 of file login.h.

Member Data Documentation

◆ getLoginToken

bool Quotient::GetLoginFlowsJob::LoginFlow::getLoginToken { false }

If type is m.login.token, an optional field to indicate to the unauthenticated client that the homeserver supports the POST /login/get_token endpoint. Note that supporting the endpoint does not necessarily indicate that the user attempting to log in will be able to generate such a token.

Definition at line 31 of file login.h.

◆ type

QString Quotient::GetLoginFlowsJob::LoginFlow::type

The login type. This is supplied as the type when logging in.

Definition at line 23 of file login.h.


The documentation for this struct was generated from the following file: