TokenOptions.AuthenticatorTokenProvider Property

Definition

Gets or sets the AuthenticatorTokenProvider used to validate two factor sign ins with an authenticator.

public:
 property System::String ^ AuthenticatorTokenProvider { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticatorTokenProvider { get; set; }
member this.AuthenticatorTokenProvider : string with get, set
Public Property AuthenticatorTokenProvider As String

Property Value

The AuthenticatorTokenProvider used to validate two factor sign ins with an authenticator.

Applies to