Class DeviceCredentialCreateRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents a request to create device credentials.
public class DeviceCredentialCreateRequest : DeviceCredentialBase
- Inheritance
-
DeviceCredentialCreateRequest
- Inherited Members
Properties
Value
Gets or sets the value of the credentia
[JsonProperty("value")]
public string Value { get; set; }