libkazv
|
#include <openid_token.hpp>
Public Attributes | |
std::string | accessToken |
An access token the consumer may use to verify the identity of the person who generated the token. More... | |
std::string | tokenType |
The string Bearer . More... | |
std::string | matrixServerName |
The homeserver domain the consumer should use when attempting to verify the user's identity. More... | |
int | expiresIn |
The number of seconds before this token expires and a new one must be generated. More... | |
std::string Kazv::Api::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.
int Kazv::Api::OpenIdCredentials::expiresIn |
The number of seconds before this token expires and a new one must be generated.
std::string Kazv::Api::OpenIdCredentials::matrixServerName |
The homeserver domain the consumer should use when attempting to verify the user's identity.
std::string Kazv::Api::OpenIdCredentials::tokenType |
The string Bearer
.