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

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

Specs

id() :: String.t()

Specs

response_body() :: String.t()

Link to this section Functions

Specs

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 a resource server.

see

https://auth0.com/docs/api/management/v2/#!/Resource_Servers/get_resource_servers_by_id

Specs

Get resource servers.

see

https://auth0.com/docs/api/management/v2/#!/Resource_Servers/get_resource_servers

Link to this function

update(id, params, config)

View Source

Specs

Update a resource server.

see

https://auth0.com/docs/api/management/v2/#!/Resource_Servers/get_resource_servers_by_id