IMultipleServicesTokenProvider Interface |
Namespace: Aspose.Email.Clients
The IMultipleServicesTokenProvider type exposes the following members.
Name | Description | |
---|---|---|
Dispose | (Inherited from IDisposable.) | |
GetAccessToken(String) |
Gets oAuth access token.
If token exists and its expiration date is not expired returns current token, otherwise requests new token from a server.
| |
GetAccessToken(Boolean, String) |
Gets oAuth access token.
|