A minimal Observable-compatible interface for subscribing to token changes. Any object with a subscribe method that follows this contract will work, including RxJS Observables. This avoids coupling the SDK to a specific reactive library.
subscribe
Subscribe to token emissions. Emits null when logged out.
null
A minimal Observable-compatible interface for subscribing to token changes. Any object with a
subscribemethod that follows this contract will work, including RxJS Observables. This avoids coupling the SDK to a specific reactive library.