|
SDKs code references for Unreal Engine
Easily embed Xsolla services with this ready-to-use libraries for Unreal Engine applications and games.
|
Public Attributes | |
| FString | JWT |
| int64 | ExpiresAt |
| bool | bIsVerified |
| FString | RefreshToken |
| bool FXsollaAuthToken::bIsVerified |
Token verification status.
| int64 FXsollaAuthToken::ExpiresAt |
Token expiration time.
| FString FXsollaAuthToken::JWT |
A JWT signed by the secret key is generated for each successfully authenticated user.
| FString FXsollaAuthToken::RefreshToken |
Refreshes token for updating the access token (JWT).