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

Summary

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()

Create a flow.

see

https://auth0.com/docs/api/management/v2/flows/post-flows

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

Get a flow.

see

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

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

Get flows.

see

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

Link to this function

update(id, params, config)

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

Update a flow.

see

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