Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.TwoStepAuthorization.ITwoStepAuth.CheckVerifiedUser Method

Verifies that the specified user has just been verified by the TwoStepAuthorization provider.

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

Syntax

public bool CheckVerifiedUser( int userId );

Parameters

userId

(not specified)

Return Value

True if verified, false otherwise

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