Class AuthTokenService

Class AuthTokenService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.AuthTokenService : xbe.sdk.ServiceBase#

Public Functions

AuthTokenService ()#
Task<AuthToken> Authenticate (string token, bool newSession = false)#

Retrieves a new authorization access token using a given refresh token.

Param token:

The refresh token to use for re-authentication.

Return:

A task whose result is the authentication token.