CoherenceCloud
Provides multiple ways to authenticate players with the coherence Cloud, giving them access to its services.
Methods
LoginAsGuest | Login to coherence Cloud using a guest account. |
LoginWithEpicGames | Login to coherence Cloud using an Epic Games account. |
LoginWithJwt | Login to coherence Cloud using a custom JSON Web Token (JWT). |
LoginWithNintendo | Login to coherence Cloud using a Nintendo Account. |
LoginWithOneTimeCode | Login to coherence Cloud using a one-time code. |
LoginWithPassword | Login to coherence Cloud using a username and password. |
LoginWithPlayStation | Login to coherence Cloud using a PlayStation Network account. |
LoginWithSessionToken | Login to coherence Cloud using a SessionToken. |
LoginWithSteam | Login to coherence Cloud using a Steam account. |
LoginWithXbox | Login to coherence Cloud using an Xbox profile. |
Events
OnLoggedIn | Event that is raised when an operation to login to coherence Cloud has completed successfully. |
OnLoggingIn | Event that is raised a new operation to log in to coherence Cloud has been started. |
OnLoggingInFailed | Event that is raised when an operation to login to coherence Cloud has failed. |
OnLoggingOut | Event that is raised when a player has started logging out from coherence Cloud. |