Class FirebaseAuthUIAuthenticationResult

    • Constructor Detail

      • FirebaseAuthUIAuthenticationResult

        public FirebaseAuthUIAuthenticationResult​(@NonNull
                                                  Integer resultCode,
                                                  @Nullable
                                                  IdpResponse idpResponse)
    • Method Detail

      • getIdpResponse

        @Nullable
        public IdpResponse getIdpResponse()
        The contained IdpResponse returned from the Firebase library
      • getResultCode

        @NonNull
        public Integer getResultCode()
        The result code of the received activity result
        See Also:
        android.app.Activity.RESULT_CANCELED, android.app.Activity.RESULT_OK
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object