7 lines
171 B
C#
7 lines
171 B
C#
namespace Moonlight.Shared.Http.Responses.Auth;
|
|
|
|
public class AuthSchemeResponse
|
|
{
|
|
public string DisplayName { get; set; }
|
|
public string Identifier { get; set; }
|
|
} |