Class DeleteMfaAuthenticatorRequest
- Namespace
- Auth0.AuthenticationApi.Models.Mfa
- Assembly
- Auth0.AuthenticationApi.dll
public class DeleteMfaAuthenticatorRequest
- Inheritance
-
DeleteMfaAuthenticatorRequest
- Inherited Members
Properties
AccessToken
Access token with scope: remove:authenticators and audience: https://{yourDomain}/mfa/
public string AccessToken { get; set; }
Property Value
AuthenticatorId
The ID of the authenticator to delete.
public string AuthenticatorId { get; set; }