Property Instance
Instance
Gets the instance of the server authentication service.
Declaration
public static IServerAuthenticationService Instance { get; }
Property Value
Type | Description |
---|---|
IServerAuthenticationService |
Exceptions
Type | Condition |
---|---|
ServicesInitializationException | Thrown when the singleton is not initialized. Call UnityServices.InitializeAsync() to initialize. |