Package 

Interface FirebaseCustomTokenResultCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(@NonNull() String customToken) Called when the Custom Token is successfully fetched.
      abstract void onFailure(@NonNull() FirebaseCustomTokenException exception) Called when the Custom Token request fails.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract void onSuccess(@NonNull() String customToken)

        Called when the Custom Token is successfully fetched.

        Parameters:
        customToken - The Custom Token response.