Authentication Subscription
class AuthenticationSubscription
Content copied to clipboard
Represents a subscription to changes on the current authentication state.
Instances of such subscriptions are created using the AuthenticationService.subscribe method.
Functions
cancel
Link copied to clipboard
fun cancel()
Content copied to clipboard
Cancels this AuthenticationSubscription instance, meaning that the associated callback is released and will be no longer called.