Show / Hide Table of Contents

Namespace IRM.AspNetCore.Identity.Events

Classes

OrganisationClaimAdded

The event that happens when a claim is added to an organisation.

OrganisationClaimRemoved

The event that happens when a claim is removed from an organisation.

OrganisationCreated

The event that happens when an organisation have been created in the service.

OrganisationDeleted

The event that happens when an organisation have been deleted in the service.

OrganisationEvent

Base class for all organisation events.

OrganisationUpdated

The event that happens when an organisation is updated.

PersonCreated

The event that happens when an organisation have been created in the service.

PersonDeleted

The event that happens when a person have been deleted in the service.

PersonEvent

Base class for all organisation events.

PersonUpdated

The event that happens when an person have been changed.

TrustedDomainAdded

The event that happens when a trusted domain is added to an organisation.

TrustedDomainRemoved

The event that happens when a trusted domain is removed from an organisation.

UserClaimAdded

The event that happens when a claim is added to an user.

UserClaimRemoved

The event that happens when a claim is removed from an user.

UserConfirmedEmail

The event that happens when a user confirms their email.

UserConfirmedPhoneNumber

The event that happens when a user confirms their phone number.

UserCreated

The event that happens when a user have been created in the service.

UserDeleted

The event that happens when a user have been deleted in the service.

UserEvent

Base class for all user events.

UserInteractionEvent

UserInvited

The event that happens when a user have been invited to the service.

UserLockedout

The event that happens when a user have been locked out.

UserLoginAdded

The event that happens when a user have added an external login method to the account.

UserLoginRemoved

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

UserPasswordChanged

The event that happens when a user password has changed.

UserPasswordRemoved

The event that happens when a user password has changed.

UserSignedIn

The event that happens when a user signed in.

UserSignedOut

The event that happens when a user signed out.

UserSignInAssociated

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

UserSignInFailed

The event that happens when a user failed to sign in.

UserUnlocked

The event that happens when a user is unlocked.

UserUpdated

The event that happens when an organisation have been created in the service.

Enums

UserSignedInKind

Defines what kind of sign-in that causes the UserSignedIn event.

Back to top Generated by DocFX