Table of Contents

Interface IPromptsClient

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
public interface IPromptsClient
Extension Methods

Properties

CustomText

ICustomTextClient CustomText { get; }

Property Value

ICustomTextClient

Partials

IPartialsClient Partials { get; }

Property Value

IPartialsClient

Rendering

IRenderingClient Rendering { get; }

Property Value

IRenderingClient

Methods

GetSettingsAsync(RequestOptions?, CancellationToken)

Retrieve details of the Universal Login configuration of your tenant. This includes the Identifier First Authentication and WebAuthn with Device Biometrics for MFA features.

WithRawResponseTask<GetSettingsResponseContent> GetSettingsAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetSettingsResponseContent>

UpdateSettingsAsync(UpdateSettingsRequestContent, RequestOptions?, CancellationToken)

Update the Universal Login configuration of your tenant. This includes the Identifier First Authentication and WebAuthn with Device Biometrics for MFA features.

WithRawResponseTask<UpdateSettingsResponseContent> UpdateSettingsAsync(UpdateSettingsRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request UpdateSettingsRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<UpdateSettingsResponseContent>