Unity · Arazzo Workflow
Unity Anonymous Sign-In and Token Refresh
Version 1.0.0
Sign a player in anonymously and immediately exchange the session for a refreshed access token.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
anonymous-signin-refresh
Establish an anonymous player session and refresh its access token.
Signs the player in anonymously, capturing the issued access token, session token and player id, then refreshes the session to obtain a fresh access token using the issued session token as the refresh token.
1
signIn
signInAnonymously
Sign the player in anonymously, creating a new player account when the supplied session tokens do not match an existing player.
2
refresh
refreshToken
Exchange the session token issued at sign-in for a new access token, extending the player session without prompting the player again.