Files
Moonlight/Moonlight.Shared/Http/Responses/Auth/AuthSchemeResponse.cs

7 lines
171 B
C#

namespace Moonlight.Shared.Http.Responses.Auth;
public class AuthSchemeResponse
{
public string DisplayName { get; set; }
public string Identifier { get; set; }
}