Skip to content
rw3iss Auth

BroadcastMessage

BroadcastMessage

Defined in: auth-client/src/core/types.ts:298

Properties

type

type: "authenticated" | "logged_out" | "token_refreshed"

Defined in: auth-client/src/core/types.ts:299


user_id?

optional user_id?: string

Defined in: auth-client/src/core/types.ts:301

Optional payload — currently just the user id for cheapness.