Skip to main content

@webda/coreReadme | API


Interface: EventAuthenticationRegister

Emitted when new user registered

Extends

Properties

context

context: OperationContext<any, any>

Inherited from

EventAuthenticationGetMe.context

Source

packages/core/src/core.ts:164


data

data: any

Source

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


identId

identId: string

Source

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


user

user: User

Inherited from

EventAuthenticationGetMe.user

Source

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