Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ITwoFactorProvider

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ITwoFactorProvider

    Properties

    View Source

    ProviderName

    Declaration
    string ProviderName { get; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    GetSetupDataAsync(Guid, String)

    Declaration
    Task<object> GetSetupDataAsync(Guid userOrMemberKey, string secret)
    Parameters
    Type Name Description
    Guid userOrMemberKey
    System.String secret
    Returns
    Type Description
    Task<System.Object>
    View Source

    ValidateTwoFactorPIN(String, String)

    Declaration
    bool ValidateTwoFactorPIN(string secret, string token)
    Parameters
    Type Name Description
    System.String secret
    System.String token
    Returns
    Type Description
    System.Boolean
    View Source

    ValidateTwoFactorSetup(String, String)

    Declaration
    bool ValidateTwoFactorSetup(string secret, string token)
    Parameters
    Type Name Description
    System.String secret
    System.String token
    Returns
    Type Description
    System.Boolean
    Remarks

    Called to confirm the setup of two factor on the user.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ProviderName
    • Methods
      • GetSetupDataAsync(Guid, String)
      • ValidateTwoFactorPIN(String, String)
      • ValidateTwoFactorSetup(String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX