yavsc/Yavsc/src/ClaimTypes.cs

12 lines
No EOL
132 B
C#

namespace Yavsc {
internal static class YavscClaimTypes {
public const string GoogleUserId = "GoogleUserId";
}
}