-
public interface FirebaseCustomTokenResultCallbackThe public API interface to listen for Firebase Custom Token updates.
-
-
Method Summary
-
-
Method Detail
-
onSuccess
abstract void onSuccess(@NonNull() String customToken)
Called when the Custom Token is successfully fetched.
- Parameters:
customToken- The Custom Token response.
-
onFailure
abstract void onFailure(@NonNull() FirebaseCustomTokenException exception)
Called when the Custom Token request fails.
- Parameters:
exception- The exception representing the failure reason.
-
-
-
-