Show / Hide Table of Contents

Enum UserSignedInKind

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

Namespace: IRM.AspNetCore.Identity.Events
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public enum UserSignedInKind

Automatic

The user is automatically signed in (through frontchannel).

Impersonate

Another user performs an impersonate sign-in for the user.

Interactive

The user has interactivly signed in through the UI.

Refresh

A client has refreshed the users sign-in (through a backchannel)

Back to top Generated by DocFX