auth0_ex v0.3.1 Auth0Ex.Management.DeviceCredential View Source
A module representing device credential resource on Auth0
Link to this section Summary
Link to this section Functions
Link to this function
all(params \\ %{}) View Source
Gets all the device credentials
iex> Auth0Ex.Management.DeviceCredential.all()
iex> Auth0Ex.Management.DeviceCredential.all(fields: "id,device_name")
Link to this function
create(body) View Source
Creates a device public key
iex> Auth0Ex.Management.DeviceCredential.create(%{device_name: "adev"})
Link to this function
delete(id) View Source
Deletes a device credential
iex> Auth0Ex.Management.DeviceCredential.delete("device_credential")