IAccessTokenProvider Interface

Definition

public interface IAccessTokenProvider
type IAccessTokenProvider = interface
Public Interface IAccessTokenProvider
Derived

Properties

Name Description
ConnectionSettings

Methods

Name Description
GetAccessTokenAsync(String, IList<String>, Boolean)

Used by Agents SDK to acquire access tokens for connection to agent services or clients.

GetTokenCredential()

Returns an Azure TokenCredential using this provider.

Applies to