Microsoft.Data.SqlClient.SqlAuthenticationToken public sealed class SqlAuthenticationToken Represents an authentication token. Documentation Code public string AccessToken { get; } Gets the token string. public DateTimeOffset ExpiresOn { get; } Gets the token expiration time. public SqlAuthenticationToken(string accessToken, DateTimeOffset expiresOn) Construct with values for all properties.