6 references to IdentityPrefix
Microsoft.AspNetCore.Identity (6)
IdentityConstants.cs (6)
16public static readonly string ApplicationScheme = IdentityPrefix + ".Application"; 21public static readonly string BearerScheme = IdentityPrefix + ".Bearer"; 26internal const string BearerAndApplicationScheme = IdentityPrefix + ".BearerAndApplication"; 31public static readonly string ExternalScheme = IdentityPrefix + ".External"; 36public static readonly string TwoFactorRememberMeScheme = IdentityPrefix + ".TwoFactorRememberMe"; 41public static readonly string TwoFactorUserIdScheme = IdentityPrefix + ".TwoFactorUserId";