IAsyncTokenProvider.GetAccessTokenAsync
IAsyncTokenProvider.GetAccessTokenAsync method
Gets oAuth access token.
public Task<OAuthToken> GetAccessTokenAsync(bool ignoreExistingToken = false,
CancellationToken cancellationToken = default)
Parameter | Type | Description |
---|---|---|
ignoreExistingToken | Boolean | If ignoreExistingToken is true, requests new token from a server. Otherwise behaviour is depended on whether token exists or not. If token exists and its expiration date is not expired returns current token, otherwise requests new token from a server. |
cancellationToken | CancellationToken | The cancellation token |
Return Value
Returns oAuth access token
See Also
- class OAuthToken
- interface IAsyncTokenProvider
- namespace Aspose.Email.Clients
- assembly Aspose.Email