docs/classes/management.SDK.PromptsClient.html
_options_rendering_customText_partials
get rendering(): RenderingClient
get customText(): CustomTextClient
get partials(): PartialsClient
new PromptsClient(options: BaseClientOptions): PromptsClient
getSettings(
requestOptions?: PromptsClient.RequestOptions,
): HttpResponsePromise<GetSettingsResponseContent>
Retrieve details of the Universal Login configuration of your tenant. This includes the Identifier First Authentication and WebAuthn with Device Biometrics for MFA features.
OptionalrequestOptions: PromptsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.prompts.getSettings()Copy
updateSettings(
request?: UpdateSettingsRequestContent,
requestOptions?: PromptsClient.RequestOptions,
): HttpResponsePromise<UpdateSettingsResponseContent>
Update the Universal Login configuration of your tenant. This includes the Identifier First Authentication and WebAuthn with Device Biometrics for MFA features.
OptionalrequestOptions: PromptsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.prompts.updateSettings()Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Protected_rendering_rendering: RenderingClient | undefined
Protected_customText_customText: CustomTextClient | undefined
Protected_partials_partials: PartialsClient | undefined
Member Visibility
ThemeOSLightDark
Accessors renderingcustomTextpartials Constructors constructor Methods getSettingsupdateSettings Properties _options_rendering_customText_partials