SDK for / Overview

FXsollaProviderToken Struct Reference

Public Attributes

FString access_token
 
int64 expires_in = 0
 
FString refresh_token
 
FString token_type
 

Member Data Documentation

◆ access_token

FString FXsollaProviderToken::access_token

User JWT for the client project.

◆ expires_in

int64 FXsollaProviderToken::expires_in = 0

'access_token' expiration period in seconds. You can configure it in Publisher Account > your Login project > General Settings > JWT expiration.

◆ refresh_token

FString FXsollaProviderToken::refresh_token

Refresh token for updating the 'access token'.

◆ token_type

FString FXsollaProviderToken::token_type

JWT type. Can be 'bearer'.


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