Show / Hide Table of Contents

Class UserSignedIn

The event that happens when a user signed in.

Inheritance
Object
Event
UserEvent
UserInteractionEvent
UserSignedIn
Inherited Members
UserInteractionEvent.FromIpAddress
UserInteractionEvent.Metadata
UserInteractionEvent.UserAgent
Event.ShouldSerializeOccuredLocalTime()
Event.EventId
Event.CorrelationId
Event.TraceId
Event.AggregateId
Event.CausedBy
Event.CausedByPersonId
Event.OwnerId
Event.Occured
Event.OccuredLocalTime
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.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

Back to top Generated by DocFX