12 lines
132 B
C#
12 lines
132 B
C#
|
|
|
||
|
|
|
||
|
|
|
||
|
|
namespace Yavsc {
|
||
|
|
|
||
|
|
|
||
|
|
internal static class YavscClaimTypes {
|
||
|
|
|
||
|
|
public const string GoogleUserId = "GoogleUserId";
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|