Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.TwoStepAuthorization.ITwoStepAuth.IsAvailableAsync Method

Returns whether the TwoStepAuthorization provider is available.

Class: YetaWF.Core.Support.TwoStepAuthorization.ITwoStepAuth
Namespace: YetaWF.Core.Support.TwoStepAuthorization
Assembly: YetaWF.Core

Syntax

public Task<bool> IsAvailableAsync();

Return Value

True if it is available, false otherwise.

See Also YetaWF.Core.Support.TwoStepAuthorization.ITwoStepAuth ClassYetaWF.Core Overview