Show / Hide Table of Contents

Class ClaimFilterContextCallers

Constants of claim filter callers.

Inheritance
Object
ClaimFilterContextCallers
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class ClaimFilterContextCallers

Fields

AddLogin

Called when a user adds a login.

Declaration
public const string AddLogin = "AddLogin"
Field Value
String

AutoLink

Called during auto-link.

Declaration
public const string AutoLink = "AutoLink"
Field Value
String

AutoProvision

Called during auto-provision.

Declaration
public const string AutoProvision = "AutoProvision"
Field Value
String

CreateAccount

Called during account creation.

Declaration
public const string CreateAccount = "CreateAccount"
Field Value
String

ExternalLoginSignIn

Called during sign-in with an external login.

Declaration
public const string ExternalLoginSignIn = "ExternalLoginSignIn"
Field Value
String

Back to top Generated by DocFX