Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

currentIdentity

currentIdentity: IdentityHandle | undefined

The current game user identity which created this game link.

game

game: GameHandle | undefined

A game handle.

Optional newIdentity

If status is GameLinkStatus$COMPLETE, this will return the new identity and identity token to use for all future requests.

status

status: GameLinkStatus | string | undefined

The link status between an identity and a game user.

watch

watch: WatchResponse | undefined

Provided by watchable endpoints used in blocking loops.