Class UserSignedIn
The event that happens when a user signed in.
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.Events
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class UserSignedIn : UserInteractionEvent, IEvent, Message, ISupportMultitenant
Properties
AuthenticationMethod
The type of authentication that the user used when signing in.
Declaration
public string AuthenticationMethod { get; set; }
Property Value
String
|
AuthenticationRequirement
The requirment of the authentication process for the user, for example "1FA" or "2FA".
Declaration
public string AuthenticationRequirement { get; set; }
Property Value
String
|
Kind
The UserSignedInKind that caused the event.
Declaration
public UserSignedInKind Kind { get; set; }
Property Value
UserSignedInKind
|