Class CommonAuthenticationSchemes
Constants of common authentication schemes.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public static class CommonAuthenticationSchemes
Fields
Apple
BankId
Local
Microsoft
Microsoft authentication (both Azure AD and Microsoft Account).
Declaration
public const string Microsoft = "Microsoft"
Field Value
String
|
MicrosoftAccount
Microsoft account authentication. Not standard.
Declaration
public const string MicrosoftAccount = "Microsoft.Account"
Field Value
String
|
MicrosoftAzureAd
Microsoft Azure AD authentication. Not standard.
Declaration
public const string MicrosoftAzureAd = "Microsoft.AzureAd"
Field Value
String
|