MsalAccessToken Class

Definition

Represents an access token obtained from Entra ID using MSAL (Microsoft Authentication Library). Holds the access token, metadata about the user and tenant, and the context needed to renew the token.

public class MsalAccessToken : Microsoft.Azure.Commands.Common.Authentication.IAccessToken, Microsoft.Azure.Commands.Common.Authentication.IClaimsChallengeProcessor
type MsalAccessToken = class
    interface IAccessToken
    interface IExtensibleModel
    interface IClaimsChallengeProcessor
Public Class MsalAccessToken
Implements IAccessToken, IClaimsChallengeProcessor
Inheritance
MsalAccessToken
Implements

Applies to