Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.TwoStepAuthorization.ITwoStepAuth.GetLoginActionAsync Method

Returns a ModuleAction to complete login by showing a form to enter two-step authorization info.

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

Syntax

public Task<ModuleAction> GetLoginActionAsync(
    int userId,
    string userName,
    string email );

Parameters

userId

The userId of the user logging in.

userName

The user name of the user logging in.

email

The email address of the user logging in.

Return Value

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

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