ISupportsProofOfPossession Interface

Definition

An interface used to decorate a TokenCredential that supports Proof of Possession tokens for authenticating to Microsoft Entra ID.

public interface ISupportsProofOfPossession
type ISupportsProofOfPossession = interface
Public Interface ISupportsProofOfPossession
Derived

Methods

GetToken(PopTokenRequestContext, CancellationToken)

Gets an AccessToken for the specified set of scopes.

GetTokenAsync(PopTokenRequestContext, CancellationToken)

Gets an AccessToken for the specified set of scopes.

Applies to