using System.Collections.Generic; namespace AS400API.Auth; public sealed record LoginResponse(string AccessToken, int ExpiresIn, string TokenType, IReadOnlyCollection Roles);