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

Summary

Functions

Creates a self-service profile. Currently only one profile can be created per tenant.

Creates an sso-access ticket to initiate the Self Service SSO Flow using a self-service profile.

Deletes a self-service profile by Id.

Retrieves a self-service profile by Id.

Retrieves self-service profiles. Currently only one profile can be created per tenant.

Updates a self-service profile.

Types

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

Functions

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

Creates a self-service profile. Currently only one profile can be created per tenant.

see

https://auth0.com/docs/api/management/v2/self-service-profiles/post-self-service-profiles

Link to this function

create_sso_ticket(id, params, config)

View Source
@spec create_sso_ticket(id(), map(), config()) :: {:ok, map()} | error()

Creates an sso-access ticket to initiate the Self Service SSO Flow using a self-service profile.

see

https://auth0.com/docs/api/management/v2/self-service-profiles/post-sso-ticket

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

Deletes a self-service profile by Id.

see

https://auth0.com/docs/api/management/v2/self-service-profiles/delete-self-service-profiles-by-id

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

Retrieves a self-service profile by Id.

see

https://auth0.com/docs/api/management/v2/self-service-profiles/get-self-service-profiles-by-id

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

Retrieves self-service profiles. Currently only one profile can be created per tenant.

see

https://auth0.com/docs/api/management/v2/self-service-profiles/get-self-service-profiles

Link to this function

update(id, params, config)

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

Updates a self-service profile.

see

https://auth0.com/docs/api/management/v2/self-service-profiles/patch-self-service-profiles-by-id