Table of Contents

Property TokenEndpoint

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

TokenEndpoint

Gets or sets the authorization server's token endpoint, which must be an absolute HTTPS address.

public string TokenEndpoint { get; set; }

Property Value

string

Remarks

The scheme is not a preference. The request carries the client secret and the refresh token in its body, so an http endpoint would publish both to anyone on the path, and startup validation refuses one.