Property XOAuth2
- Namespace
- MailFathom.Domain.Transport
- Assembly
- MailFathom.Domain.dll
XOAuth2
Gets the mechanism that presents an OAuth 2.0 access token in Google's originally published format.
public static MailAuthenticationMechanism XOAuth2 { get; }
Property Value
Remarks
The name carries the X prefix of a mechanism that was never registered with IANA, and it is nonetheless
the one a server is most likely to advertise: Google defined it and Exchange Online accepts it. It is unrelated
to XOAUTH without the digit, which carried an OAuth 1.0a signature and is withdrawn.