Table of Contents

Property RefreshToken

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

RefreshToken

The long-lived token an interactive authorization returns, absent from an ordinary refresh at run time.

[JsonPropertyName("refresh_token")]
public string? RefreshToken { get; init; }

Property Value

string