Interface IMultipleServicesTokenProvider
IMultipleServicesTokenProvider interface
Defines interface allowing to retrieve access token.
public interface IMultipleServicesTokenProvider : IDisposable
Methods
Name | Description |
---|---|
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(bool, string) | Gets oAuth access token. |
See Also
- namespace Aspose.Email.Clients
- assembly Aspose.Email