Table of Contents

Property PermitsPasswordAuthentication

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

PermitsPasswordAuthentication

Gets whether any permitted mechanism authenticates with a password.

public bool PermitsPasswordAuthentication { get; }

Property Value

bool

Remarks

This is not the negation of PermitsAccessTokenAuthentication. An allow-list may hold both kinds, which is what lets an account keep a working password while a token source is being provisioned, and the clear-text LOGIN fallback a server without an AUTH= capability leaves as the last resort is a password path too. Only an allow-list that is entirely token-bearing frees the account from configuring one.