AuthenticationToken
Represents an OAuth token and its metadata.
Gets the time when the provided token expires.
Gets the time when the token should be refreshed.
Gets the type of the token.
Get the token value.
public AuthenticationToken(string tokenValue, string tokenType, DateTimeOffset expiresOn, DateTimeOffset? refreshOn = default)
Initializes a new instance of the AuthenticationToken class.