Class AuthenticatorSettings
Inheritance
System.Object
Syntax
public sealed class AuthenticatorSettings : MonoBehaviour
Fields
TimeoutSeconds
Declaration
public int TimeoutSeconds
RequireHostToAuthenticate
Declaration
public bool RequireHostToAuthenticate
Authenticators
Declaration
public List<NetworkAuthenticator> Authenticators
Methods
Setup(NetworkServer)
Declaration
public void Setup(NetworkServer server)
Parameters
Type | Name | Description |
---|---|---|
Mirage.NetworkServer | server |
ServerAuthenticate(INetworkPlayer)
Declaration
public UniTask<AuthenticationResult> ServerAuthenticate(INetworkPlayer player)
Parameters
Type | Name | Description |
---|---|---|
Mirage.INetworkPlayer | player |
Returns
Type | Description |
---|---|
Cysharp.Threading.Tasks.UniTask<Mirage.Authentication.AuthenticationResult> |