Share via


ITokenSource Interface

Definition

Implementations of this interface can be used to provide authorization tokens for outbound HTTP requests.

public interface ITokenSource
type ITokenSource = interface
Public Interface ITokenSource
Derived

Methods

GetTokenAsync()

Gets a token for a resource.

Applies to