ValidateAccessToken

Validates an access token. Usually used server-side to authenticate players.

Inputs

TypeNameDescription

FString

AccessToken

The access token to authenticate.

Outputs

TypeDescription

bool

Response

The response.

EErrorCode

Status Code

The status code.

Last updated