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
Link to this section Types
Specs
config() :: Auth0.Config.t()
Specs
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
list(Auth0.Management.Grants.List.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Grants.t(), response_body()} | error()
Get grants.
see
https://auth0.com/docs/api/management/v2/#!/Grants/get_grants