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