Skip to main content

@webda/coreReadme | API


Interface: EventAuthenticationLogin

Emitted when user login

Extends

Properties

context

context: OperationContext<any, any>

Inherited from

EventWithContext.context

Source

packages/core/src/core.ts:164


ident

ident: Ident

Source

packages/core/src/services/authentication.ts:48


identId

identId: string

Source

packages/core/src/services/authentication.ts:47


user?

user?: User

Source

packages/core/src/services/authentication.ts:46


userId

userId: string

Source

packages/core/src/services/authentication.ts:45