Table of Contents

Class EnrollmentsClient

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

Methods

GetAsync(string, RequestOptions?, CancellationToken)

Retrieve the first multi-factor authentication enrollment that a specific user has confirmed.

public WithRawResponseTask<IEnumerable<UsersEnrollment>> GetAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<IEnumerable<UsersEnrollment>>

Examples

await client.Users.Enrollments.GetAsync("id");