Unity · Arazzo Workflow
Unity Player Sign-Up and Identity Linking
Version 1.0.0
Create a username/password player account, link an external identity, then read back the admin player record.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
player-signup-and-link
Sign up a player, link an external identity, and verify the player record.
Creates a username/password account, links an external identity provider token to the new player id, then fetches the admin player record to confirm the external identity was attached.
1
signUp
signUpWithUsernamePassword
Create a new player account with the supplied username and password, returning an access token and the new player id.
2
linkIdentity
linkExternalIdentity
Link an external identity provider token to the newly created player so the account can be recovered or signed into from that platform.
3
verifyPlayer
getPlayer
Read the admin player record to confirm the player exists and carries the linked external identity.