authenticationStateObserver
abstract fun authenticationStateObserver(callback: (authenticationState: B2BAuthenticationState) -> Unit): JsCleanup
Subscribes to authentication state changes via a callback. Returns a JsCleanup whose JsCleanup.stop cancels the subscription.