Auth0.Management.Branding.Themes.Default.Get (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management Retrieve default branding theme.

see

https://auth0.com/docs/api/management/v2#!/Branding/get_default_branding_theme

Link to this section Summary

Functions

Retrieve default branding theme.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

endpoint() :: String.t()

Specs

entity() :: Auth0.Entity.Theme.t()

Specs

response() ::
  {:ok, entity(), response_body()}
  | {:error, integer(), term()}
  | {:error, term()}

Specs

response_body() :: String.t()

Link to this section Functions

Link to this function

execute(endpoint, config)

View Source

Specs

execute(endpoint(), config()) :: response()

Retrieve default branding theme.

see

https://auth0.com/docs/api/management/v2#!/Branding/get_default_branding_theme