Skip to content

Interface: BroadcastMessage

Interface: BroadcastMessage

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

Properties

type

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

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


user_id?

optional user_id?: string

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

Optional payload — currently just the user id for cheapness.