Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.TwoStepAuthorization.ITwoStepAuth.GetSetupActionAsync Method

Returns a ModuleAction to set up two-step authorization for the current user.

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

Syntax

public Task<ModuleAction> GetSetupActionAsync();

Return Value

A ModuleAction which shows a form to set up two-step authorization info.

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