libQuotient
A Qt library for building matrix clients
|
#include <openid_token.h>
Public Attributes | |
QString | accessToken |
QString | tokenType |
The string Bearer . More... | |
QString | matrixServerName |
int | expiresIn |
Definition at line 9 of file openid_token.h.
QString Quotient::OpenIdCredentials::accessToken |
An access token the consumer may use to verify the identity of the person who generated the token. This is given to the federation API GET /openid/userinfo
to verify the user's identity.
Definition at line 13 of file openid_token.h.
int Quotient::OpenIdCredentials::expiresIn |
The number of seconds before this token expires and a new one must be generated.
Definition at line 24 of file openid_token.h.
QString Quotient::OpenIdCredentials::matrixServerName |
The homeserver domain the consumer should use when attempting to verify the user's identity.
Definition at line 20 of file openid_token.h.
QString Quotient::OpenIdCredentials::tokenType |
The string Bearer
.
Definition at line 16 of file openid_token.h.