Property DeviceCode
- Namespace
- MailFathom.Common.OAuth
- Assembly
- MailFathom.Common.dll
DeviceCode
The code the token request polls with.
[JsonPropertyName("device_code")]
public string? DeviceCode { get; init; }
The code the token request polls with.
[JsonPropertyName("device_code")]
public string? DeviceCode { get; init; }