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

Documentation for Auth0 Management API of DeviceCredentials.

endpoint

  • /api/v2/device-credentials
  • /api/v2/device-credentials/{id}

Link to this section Summary

Functions

Create a device public key credential.

Delete a device credential.

Retrieve device credentials.

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 device public key credential.

see

https://auth0.com/docs/api/management/v2/#!/Device_Credentials/post_device_credentials

Specs

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

Delete a device credential.

see

https://auth0.com/docs/api/management/v2/#!/Device_Credentials/delete_device_credentials_by_id

Specs

Retrieve device credentials.

see

https://auth0.com/docs/api/management/v2/#!/Device_Credentials/get_device_credentials