Interface IMultipleServicesTokenProvider

IMultipleServicesTokenProvider interface

Defines interface allowing to retrieve access token.

public interface IMultipleServicesTokenProvider : IDisposable

Methods

NameDescription
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