Table of Contents

Interface ITokenManager

Namespace
Resolver.Athena.Interfaces
Assembly
Resolver.Athena.dll
public interface ITokenManager

Methods

GetTokenAsync(CancellationToken)

Gets an access token for the specified scope.

Task<string> GetTokenAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

A cancellation token.

Returns

Task<string>

The access token.