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

Used by clients to submit authentication information to the interactive-authentication API. More...

#include <auth_data.h>

Public Attributes

QString type {}
 
QString session {}
 The value of the session key given by the homeserver. More...
 
QVariantHash authInfo {}
 Keys dependent on the login type. More...
 

Detailed Description

Used by clients to submit authentication information to the interactive-authentication API.

Definition at line 9 of file auth_data.h.

Member Data Documentation

◆ authInfo

QVariantHash Quotient::AuthenticationData::authInfo {}

Keys dependent on the login type.

Definition at line 20 of file auth_data.h.

◆ session

QString Quotient::AuthenticationData::session {}

The value of the session key given by the homeserver.

Definition at line 17 of file auth_data.h.

◆ type

QString Quotient::AuthenticationData::type {}

The authentication type that the client is attempting to complete. May be omitted if session is given, and the client is reissuing a request which it believes has been completed out-of-band (for example, via the fallback mechanism).

Definition at line 14 of file auth_data.h.


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