View Source Auth0.Management.Prompts (Auth0Api v2.2.0)

Summary

Functions

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

Retrieve custom text for a specific prompt and language.

Get template partials for a prompt

Set custom text for a specific prompt. Existing texts will be overwritten.

Set template partials for a prompt

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

Types

@type config() :: Auth0.Config.t()
@type error() :: {:error, integer(), term()} | {:error, term()}
@type language() :: String.t()
@type prompt() :: String.t()

Functions

@spec get(config()) :: {:ok, map()} | error()

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

see

https://auth0.com/docs/api/management/v2/prompts/get-prompts

Link to this function

get_custom_text(prompt, language, config)

View Source
@spec get_custom_text(prompt(), language(), config()) :: {:ok, map()} | error()

Retrieve custom text for a specific prompt and language.

see

https://auth0.com/docs/api/management/v2/prompts/get-custom-text-by-language

Link to this function

get_partials(prompt, config)

View Source
@spec get_partials(prompt(), config()) :: {:ok, map()} | error()

Get template partials for a prompt

see

https://auth0.com/docs/api/management/v2/prompts/get-partials

Link to this function

set_custom_text(prompt, language, params, config)

View Source
@spec set_custom_text(prompt(), language(), map(), config()) ::
  {:ok, String.t()} | error()

Set custom text for a specific prompt. Existing texts will be overwritten.

see

https://auth0.com/docs/api/management/v2/prompts/put-custom-text-by-language

Link to this function

set_partials(prompt, params, config)

View Source
@spec set_partials(prompt(), map(), config()) :: {:ok, String.t()} | error()

Set template partials for a prompt

see

https://auth0.com/docs/api/management/v2/prompts/put-partials

@spec update(map(), config()) :: {:ok, map()} | error()

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

see

https://auth0.com/docs/api/management/v2/prompts/patch-prompts