Table of Contents

Property RefreshToken

Namespace
MailFathom.Infrastructure.Mail.OAuth
Assembly
MailFathom.Infrastructure.dll

RefreshToken

Gets or sets the reference to the operator-provisioned refresh token, used only by the refresh-token grant.

public ConfiguredSecret? RefreshToken { get; set; }

Property Value

ConfiguredSecret

Remarks

Absent by default for the reason ClientSecret states, and absent by design for the client-credentials grant, which has no refresh token.