Microsoft.Data.SqlClient.SqlAuthenticationToken public 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) Initializes a new instance of the SqlAuthenticationToken class.