Interface: RealtimeAuthContext
Defined in: packages/client/src/realtime/types.ts:52
Properties
authorization?
optionalauthorization?:string
Defined in: packages/client/src/realtime/types.ts:56
Authorization header value, when the client uses token/bearer/oauth auth.
cookie?
optionalcookie?:string
Defined in: packages/client/src/realtime/types.ts:54
Cookie header value, when the client uses cookieAuth() outside a browser.