Table of Contents

Property ExpiresInSeconds

Namespace
MailFathom.Common.OAuth
Assembly
MailFathom.Common.dll

ExpiresInSeconds

The lifetime the authorization server stated, or null when it stated none.

[JsonPropertyName("expires_in")]
public int? ExpiresInSeconds { get; init; }

Property Value

int?