libQuotient
A Qt library for building matrix clients
Quotient::RefreshJob::Response Struct Reference

#include <refresh.h>

Public Attributes

QString accessToken {}
 The new access token to use. More...
 
QString refreshToken {}
 
std::optional< int > expiresInMs {}
 

Detailed Description

Definition at line 52 of file refresh.h.

Member Data Documentation

◆ accessToken

QString Quotient::RefreshJob::Response::accessToken {}

The new access token to use.

Definition at line 54 of file refresh.h.

◆ expiresInMs

std::optional<int> Quotient::RefreshJob::Response::expiresInMs {}

The lifetime of the access token, in milliseconds. If not given, the client can assume that the access token will not expire.

Definition at line 64 of file refresh.h.

◆ refreshToken

QString Quotient::RefreshJob::Response::refreshToken {}

The new refresh token to use when the access token needs to be refreshed again. If not given, the old refresh token can be re-used.

Definition at line 59 of file refresh.h.


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