Class ServerAuthenticationService
The entry class to the Authentication Service.
Inherited Members
Namespace: Unity.Services.Authentication.Server
Syntax
public static class ServerAuthenticationService
Properties
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. |