AccessToken
Represents an Azure service bearer access token with expiry information.
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)