Show / Hide Table of Contents

Class UserSignInAssociated

The event that happens when a user have associated an authentication method (password or an external) as a result of an invitation.

Inheritance
Object
Event
UserEvent
UserInteractionEvent
UserSignInAssociated
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 UserSignInAssociated : UserInteractionEvent, IEvent, Message, ISupportMultitenant
Remarks

This also means that the email address is confirmed.

Properties

AuthenticationMethod

The type of authentication that the user used when associating an authentication method.

Declaration
public string AuthenticationMethod { get; set; }
Property Value
String

Back to top Generated by DocFX