Azure.Core.AccessToken
Represents an Azure service bearer access token with expiry information.
Gets or sets the binding certificate for the access token.
This is used when authenticating via Proof of Possession (PoP).
Gets the time when the provided token expires.
Gets the time when the token should be refreshed.
Get the access token value.
Identifies the type of access token.
public AccessToken(string accessToken, DateTimeOffset expiresOn, DateTimeOffset? refreshOn, string tokenType)
public AccessToken(string accessToken, DateTimeOffset expiresOn, DateTimeOffset? refreshOn, string tokenType, X509Certificate2 bindingCertificate)