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

Summary

Functions

Delete a grant associated with your account.

Delete a grant associated with your account.

Retrieve the grants associated with your account.

Types

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

Functions

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

Delete a grant associated with your account.

see

https://auth0.com/docs/api/management/v2/grants/delete-grants-by-id

Link to this function

delete_by_user_id(params, config)

View Source
@spec delete_by_user_id(map(), config()) :: {:ok, String.t()} | error()

Delete a grant associated with your account.

see

https://auth0.com/docs/api/management/v2/grants/delete-grants-by-user-id

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

Retrieve the grants associated with your account.

see

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