Enum ServerAuthenticationState
Enum representing the authentication state of the server.
Namespace: Unity.Services.Authentication.Server
Assembly: solution.dll
Syntax
public enum ServerAuthenticationState
Fields
Name | Description |
---|---|
Authorized | The server is currently authorized. |
Expired | The server's authentication has expired. |
Refreshing | The server is currently refreshing its authentication. |
SigningIn | The server is currently in the process of signing in. |
Unauthorized | The server is not authorized. |