Skip to main content

Class AuthenticatorSettings.PendingAuth

Inheritance
System.Object
Inherited Members
Show
Syntax
public class PendingAuth

Fields

CancelSource

Declaration
public readonly CancellationTokenSource CancelSource

Methods

SetResult(AuthenticationResult)

Declaration
public void SetResult(AuthenticationResult result)
Parameters
TypeNameDescription
Mirage.Authentication.AuthenticationResultresult

WaitWithTimeout(Single)

Declaration
public UniTask<AuthenticationResult> WaitWithTimeout(float timeoutSecond)
Parameters
TypeNameDescription
System.SingletimeoutSecond
Returns
TypeDescription
Cysharp.Threading.Tasks.UniTask<Mirage.Authentication.AuthenticationResult>