Interface IPromptsClient
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
public interface IPromptsClient
- Extension Methods
Properties
CustomText
ICustomTextClient CustomText { get; }
Property Value
Partials
IPartialsClient Partials { get; }
Property Value
Rendering
IRenderingClient Rendering { get; }
Property Value
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
optionsRequestOptionscancellationTokenCancellationToken
Returns
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
requestUpdateSettingsRequestContentoptionsRequestOptionscancellationTokenCancellationToken