Auth0.Management.CustomDomains (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management API of CustomDomains.

endpoint

  • /api/v2/custom-domains
  • /api/v2/custom-domains/{id}
  • /api/v2/custom-domains/{id}/verify

Link to this section Summary

Functions

Configure a new custom domain.

Delete custom domain configuration.

Get custom domain configuration.

Get custom domains configurations.

Update custom domain configuration.

Verify a custom domain.

Link to this section Types

Specs

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

Specs

error() :: {:error, integer(), term()} | {:error, term()}

Specs

id() :: String.t()

Specs

response_body() :: String.t()

Link to this section Functions

Link to this function

configure(params, config)

View Source

Specs

Configure a new custom domain.

see

https://auth0.com/docs/api/management/v2/#!/Custom_Domains/post_custom_domains

Specs

delete(id(), config()) :: {:ok, String.t(), response_body()} | error()

Delete custom domain configuration.

see

https://auth0.com/docs/api/management/v2/#!/Custom_Domains/delete_custom_domains_by_id

Specs

Get custom domain configuration.

see

https://auth0.com/docs/api/management/v2/#!/Custom_Domains/get_custom_domains_by_id

Specs

Get custom domains configurations.

see

https://auth0.com/docs/api/management/v2/#!/Custom_Domains/get_custom_domains

Link to this function

update(id, params, config)

View Source

Specs

Update custom domain configuration.

see

https://auth0.com/docs/api/management/v2/#!/Custom_Domains/patch_custom_domains_by_id

Specs

verify(id(), config()) ::
  {:ok, Auth0.Entity.CustomDomain.t(), response_body()} | error()

Verify a custom domain.

see

https://auth0.com/docs/api/management/v2/#!/Custom_Domains/post_verify