Property ExpiresInSeconds
- Namespace
- MailFathom.Common.OAuth
- Assembly
- MailFathom.Common.dll
ExpiresInSeconds
How long the device code stays pollable.
[JsonPropertyName("expires_in")]
public int? ExpiresInSeconds { get; init; }
Property Value
- int?
How long the device code stays pollable.
[JsonPropertyName("expires_in")]
public int? ExpiresInSeconds { get; init; }