Interface IAsyncTokenProvider

IAsyncTokenProvider interface

Defines interface allowing to retrieve access token asynchronously.

public interface IAsyncTokenProvider : IDisposable

Methods

NameDescription
GetAccessTokenAsync(bool, CancellationToken)Gets oAuth access token.

See Also