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
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
create(Auth0.Management.ClientGrants.Create.Params.t() | map(), config()) :: {:ok, Auth0.Entity.ClientGrant.t(), response_body()} | error()
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
list(Auth0.Management.ClientGrants.List.Params.t() | map(), config()) :: {:ok, Auth0.Entity.ClientGrants.t(), response_body()} | error()
Get client grants.
see
https://auth0.com/docs/api/management/v2/#!/Client_Grants/get_client_grants
Specs
update(id(), Auth0.Management.ClientGrants.Patch.Params.t() | map(), config()) :: {:ok, Auth0.Entity.ClientGrant.t(), response_body()} | error()
Update client grant.
see
https://auth0.com/docs/api/management/v2/#!/Client_Grants/patch_client_grants_by_id