Class DeviceTokenRequest
Represents a request to exchange a device code for an access token.
public sealed record DeviceTokenRequest : IEquatable<DeviceTokenRequest>
- Inheritance
-
DeviceTokenRequest
- Implements
- Inherited Members
Properties
DeviceCode
Gets the device code obtained from the device authorization flow.
[JsonPropertyName("device_code")]
public string DeviceCode { get; init; }