Table of Contents

Class AuthenticatorsClient

Namespace
Auth0.ManagementApi.Users
Assembly
Auth0.ManagementApi.dll
public class AuthenticatorsClient : IAuthenticatorsClient
Inheritance
AuthenticatorsClient
Implements
Inherited Members
Extension Methods

Methods

DeleteAllAsync(string, RequestOptions?, CancellationToken)

Remove all authenticators registered to a given user ID, such as OTP, email, phone, and push-notification. This action cannot be undone. For more information, review Manage Authentication Methods with Management API.

public Task DeleteAllAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

Task

Examples

await client.Users.Authenticators.DeleteAllAsync("id");