Table of Contents

Property ClientSecret

Namespace
MailFathom.Common.MailboxOAuth
Assembly
MailFathom.Common.dll

ClientSecret

The registered application's secret, or null for a public client that authenticates with PKCE alone.

public string? ClientSecret { get; init; }

Property Value

string