Documentation

AuthenticationResponse

Properties

Expires In

  • expiresIn: number

The number of seconds in which the Id token expires. By default it's 3600.

memberof

AuthenticationResponse

Id Token

  • idToken: string

The Id token of the authenticated player.

memberof

AuthenticationResponse

Optional Last Notification Date

  • lastNotificationDate: string

When the player received last notification in unix timestamp.

memberof

AuthenticationResponse

Optional Session Token

  • sessionToken: string

The session token of the authenticated player. This token can be used to sign-in the player again.

memberof

AuthenticationResponse

User

memberof

AuthenticationResponse

User Id

  • userId: string

The Id of the authenticated player. If a project is specified in the request, this field represents the Id of the project scoped player.

memberof

AuthenticationResponse