Skip to main content
zerotal

Documentation


Documentation / @zerotal/auth / LoginAttempted

Class: LoginAttempted

Defined in: auth/src/events.ts:11

Emitted when a login is attempted (before credentials are verified).

Constructors

Constructor

new LoginAttempted(guard, identifier, ctx): LoginAttempted

Defined in: auth/src/events.ts:12

Parameters

guard

string

identifier

string

ctx

object | undefined

Returns

LoginAttempted

Properties

guard

readonly guard: string

Defined in: auth/src/events.ts:13


identifier

readonly identifier: string

Defined in: auth/src/events.ts:14


ctx

readonly ctx: object | undefined

Defined in: auth/src/events.ts:15