Auth0.Management.ResourceServers (Auth0Api v1.4.0) View Source
Documentation for Auth0 Management API of ResourceServers.
endpoint
- /api/v2/resource-servers
- /api/v2/resource-servers/{id}
Link to this section Summary
Functions
Create a resource server.
Delete a resource server.
Get a resource server.
Get resource servers.
Update a resource server.
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.ResourceServers.Create.Params.t() | map(), config()) :: {:ok, Auth0.Entity.ResourceServer.t(), response_body()} | error()
Create a resource server.
see
https://auth0.com/docs/api/management/v2/#!/Resource_Servers/post_resource_servers
Specs
delete(id(), config()) :: {:ok, String.t(), response_body()} | error()
Delete a resource server.
see
https://auth0.com/docs/api/management/v2/#!/Resource_Servers/delete_resource_servers_by_id
Specs
get(id(), Auth0.Management.ResourceServers.Get.Params.t() | map(), config()) :: {:ok, Auth0.Entity.ResourceServer.t(), response_body()} | error()
Get a resource server.
see
https://auth0.com/docs/api/management/v2/#!/Resource_Servers/get_resource_servers_by_id
Specs
list(Auth0.Management.ResourceServers.List.Params.t() | map(), config()) :: {:ok, Auth0.Entity.ResourceServers.t(), response_body()} | error()
Get resource servers.
see
https://auth0.com/docs/api/management/v2/#!/Resource_Servers/get_resource_servers
Specs
update( id(), Auth0.Management.ResourceServers.Patch.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.ResourceServer.t(), response_body()} | error()
Update a resource server.
see
https://auth0.com/docs/api/management/v2/#!/Resource_Servers/get_resource_servers_by_id