Class Session
Syntax
public class Session : MonoBehaviour
Fields
Declaration
public Button LoginButton
Field Value
Declaration
public Button LogoutButton
Field Value
onAuthenticationFailure
Declaration
public UnityEvent onAuthenticationFailure
Field Value
onUnityUserChanged
Declaration
public UnityUserUnityEvent onUnityUserChanged
Field Value
UserDisplayName
Declaration
public Text UserDisplayName
Field Value
Methods
OnSplashScreenComplete()
Declaration
public void OnSplashScreenComplete()
SetAccessToken(String)
Declaration
public void SetAccessToken(string token)
Parameters
Type |
Name |
Description |
String |
token |
|