Table of Contents

Property AuthenticatesWithAccessToken

Namespace
MailFathom.Domain.Transport
Assembly
MailFathom.Domain.dll

AuthenticatesWithAccessToken

Gets whether the mechanism authenticates with a short-lived access token instead of a password.

public bool AuthenticatesWithAccessToken { get; }

Property Value

bool

Remarks

The distinction decides which credential an account has to supply, so it belongs with the mechanism rather than with the adapter that authenticates: an account permitting only token-bearing mechanisms needs no password, and one permitting no token-bearing mechanism has nothing to do with a token endpoint.