Show / Hide Table of Contents

Class UserLoginRemoved

The event that happens when a user have removed one of the external login methods associated with the user.

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

Properties

Provider

The identifier of the external login provider.

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

Back to top Generated by DocFX