Auth0.Management.Grants (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management API of Grants.

endpoint

  • /api/v2/grants
  • /api/v2/grants/{id}

Link to this section Summary

Functions

Delete a grant.

Get grants.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

error() :: {:error, integer(), term()} | {:error, term()}

Specs

id() :: String.t()

Specs

response_body() :: String.t()

Link to this section Functions

Specs

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

Delete a grant.

see

https://auth0.com/docs/api/management/v2/#!/Grants/delete_grants_by_id

Specs

Get grants.

see

https://auth0.com/docs/api/management/v2/#!/Grants/get_grants