libQuotient
A Qt library for building matrix clients
|
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... | |
Used by clients to submit authentication information to the interactive-authentication API.
Definition at line 9 of file auth_data.h.
QVariantHash Quotient::AuthenticationData::authInfo {} |
Keys dependent on the login type.
Definition at line 20 of file auth_data.h.
QString Quotient::AuthenticationData::session {} |
The value of the session key given by the homeserver.
Definition at line 17 of file auth_data.h.
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.