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