Skip to main content
zerotal

Documentation


Documentation / zerotal / auth / OtherDeviceLogout

Class: OtherDeviceLogout

Defined in: packages/auth/src/events.ts:129

Emitted when a user's sessions on other devices are invalidated.

Constructors

Constructor

new OtherDeviceLogout(guard, userId, ctx): OtherDeviceLogout

Defined in: packages/auth/src/events.ts:130

Parameters

guard

string

userId

string | number

ctx

object | undefined

Returns

OtherDeviceLogout

Properties

guard

readonly guard: string

Defined in: packages/auth/src/events.ts:131


userId

readonly userId: string | number

Defined in: packages/auth/src/events.ts:132


ctx

readonly ctx: object | undefined

Defined in: packages/auth/src/events.ts:133