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

Documentation for Auth0 Management API of ClientGrants.

endpoint

/api/v2/client-grants /api/v2/client-grants/{id}

Link to this section Summary

Functions

Create client grant.

Delete client grant.

Get client grants.

Update client grant.

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

Create client grant.

see

https://auth0.com/docs/api/management/v2/#!/Client_Grants/post_client_grants

Specs

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

Delete client grant.

see

https://auth0.com/docs/api/management/v2/#!/Client_Grants/delete_client_grants_by_id

Specs

Get client grants.

see

https://auth0.com/docs/api/management/v2/#!/Client_Grants/get_client_grants

Link to this function

update(id, params, config)

View Source

Specs

Update client grant.

see

https://auth0.com/docs/api/management/v2/#!/Client_Grants/patch_client_grants_by_id