Table of Contents

Interface IEnrollmentsClient

Namespace
Auth0.ManagementApi.Users
Assembly
Auth0.ManagementApi.dll
public interface IEnrollmentsClient
Extension Methods

Methods

GetAsync(string, RequestOptions?, CancellationToken)

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

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

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<IEnumerable<UsersEnrollment>>