yavsc/Yavsc/src/ClaimTypes.cs

12 lines
132 B
C#
Raw Normal View History

2016-05-17 18:22:18 +02:00
namespace Yavsc {
internal static class YavscClaimTypes {
public const string GoogleUserId = "GoogleUserId";
}
}