View Source Auth0.Management.ConnectionProfiles (Auth0Api v2.3.0)

Summary

Functions

Retrieve a connection profile by its ID.

Retrieve a list of connection profiles.

Update a connection profile.

Types

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

Functions

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

Retrieve a connection profile by its ID.

see

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

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

Retrieve a list of connection profiles.

see

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

Link to this function

update(id, params, config)

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

Update a connection profile.

see

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