libQuotient
A Qt library for building matrix clients
|
#include <login_token.h>
Public Attributes | |
QString | loginToken {} |
The login token for the m.login.token login flow. More... | |
int | expiresInMs {} |
Definition at line 61 of file login_token.h.
int Quotient::GenerateLoginTokenJob::Response::expiresInMs {} |
The time remaining in milliseconds until the homeserver will no longer accept the token. 120000
(2 minutes) is recommended as a default.
Definition at line 67 of file login_token.h.
QString Quotient::GenerateLoginTokenJob::Response::loginToken {} |
The login token for the m.login.token
login flow.
Definition at line 63 of file login_token.h.