Table of Contents

Class DeviceCredential

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Represents device credentials returned from the API.

public class DeviceCredential : DeviceCredentialBase
Inheritance
DeviceCredential
Inherited Members

Properties

Id

Gets or sets the device's identifier.

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string