Interface Subscription

Hierarchy

  • Subscription

Properties

Properties

callback: ((event: AuthChangeEvent, session: null | AuthSession) => void)

Type declaration

id: string

The subscriber UUID. This will be set by the client.

unsubscribe: (() => void)

Type declaration

    • (): void
    • Call this to remove the listener.

      Returns void

Generated using TypeDoc