Auth0.Management.Branding (Auth0Api v1.1.0) View Source
Documentation for Auth0 Management API of Branding.
endpoint
- /api/v2/branding
- /api/v2/branding/templates/universal-login
Link to this section Summary
Functions
Delete template for New Universal Login Experience.
Get branding settings.
Get template for New Universal Login Experience.
Set template for New Universal Login Experience.
Update branding settings.
Link to this section Types
Link to this section Functions
Specs
delete_universal_login(config()) :: {:ok, String.t(), response_body()} | error()
Delete template for New Universal Login Experience.
see
https://auth0.com/docs/api/management/v2/#!/Branding/delete_universal_login
Specs
get(config()) :: {:ok, Auth0.Entity.Branding.t(), response_body()} | error()
Get branding settings.
see
https://auth0.com/docs/api/management/v2/#!/Branding/get_branding
Specs
get_universal_login(config()) :: {:ok, Auth0.Entity.UniversalLogin.t(), response_body()} | error()
Get template for New Universal Login Experience.
see
https://auth0.com/docs/api/management/v2/#!/Branding/get_universal_login
Specs
set_universal_login( Auth0.Management.Branding.Templates.UniversalLogin.Put.Params.t(), config() ) :: {:ok, String.t(), response_body()} | error()
Set template for New Universal Login Experience.
see
https://auth0.com/docs/api/management/v2/#!/Branding/put_universal_login
Specs
update(Auth0.Management.Branding.Patch.Params.t(), config()) :: {:ok, Auth0.Entity.Branding.t(), response_body()} | error()
Update branding settings.
see
https://auth0.com/docs/api/management/v2/#!/Branding/patch_branding