Property AccessToken
- Namespace
- MailFathom.Common.OAuth
- Assembly
- MailFathom.Common.dll
AccessToken
The issued bearer token.
[JsonPropertyName("access_token")]
public string? AccessToken { get; init; }
The issued bearer token.
[JsonPropertyName("access_token")]
public string? AccessToken { get; init; }