Property OAuthBearer
- Namespace
- MailFathom.Domain.Transport
- Assembly
- MailFathom.Domain.dll
OAuthBearer
Gets the registered mechanism that presents an OAuth 2.0 bearer token, as defined by RFC 7628.
public static MailAuthenticationMechanism OAuthBearer { get; }
Property Value
Remarks
This is the standards-track equivalent of XOAuth2, and a server advertising both is authenticated with either. It carries the larger SASL response of the two, which is why the choice between them is left to what the server advertises rather than fixed here.