3 lines
94 B
C#
3 lines
94 B
C#
namespace Moonlight.Shared.Shared.Auth;
|
|
|
|
public record ClaimDto(string Type, string Value); |