libkazv
Kazv::Api::OpenIdCredentials Struct Reference

#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...
 

Member Data Documentation

◆ accessToken

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.

◆ expiresIn

int Kazv::Api::OpenIdCredentials::expiresIn

The number of seconds before this token expires and a new one must be generated.

◆ matrixServerName

std::string Kazv::Api::OpenIdCredentials::matrixServerName

The homeserver domain the consumer should use when attempting to verify the user's identity.

◆ tokenType

std::string Kazv::Api::OpenIdCredentials::tokenType

The string Bearer.


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