ProviderCallback

interface ProviderCallback

Interface for callbacks to handle AuthClient creation. Called in AuthProvider.provide after the user has created AuthClient object

Functions

Link copied to clipboard
abstract fun onError(t: Throwable)

Invoked after completion with error of the AuthClient creation.

Link copied to clipboard
abstract fun onSuccess(authClient: AuthClient)

Invoked after successful AuthClient creation.