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

#include <login_token.h>

Public Attributes

QString loginToken {}
 The login token for the m.login.token login flow. More...
 
int expiresInMs {}
 

Detailed Description

Definition at line 61 of file login_token.h.

Member Data Documentation

◆ expiresInMs

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.

◆ loginToken

QString Quotient::GenerateLoginTokenJob::Response::loginToken {}

The login token for the m.login.token login flow.

Definition at line 63 of file login_token.h.


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