Method | Description | |
---|---|---|
GenerateTwoFactorCodeFor ( string subject ) : void | ||
HasVerifiedTwoFactorCode ( string subject ) : bool | ||
VerifyTwoFactorCodeFor ( string subject, string code ) : bool |
public GenerateTwoFactorCodeFor ( string subject ) : void | ||
subject | string | |
return | void |
public HasVerifiedTwoFactorCode ( string subject ) : bool | ||
subject | string | |
return | bool |
public VerifyTwoFactorCodeFor ( string subject, string code ) : bool | ||
subject | string | |
code | string | |
return | bool |