-
public class FirebaseAuthUIAuthenticationResultResult of launching a FirebaseAuthUIActivityResultContract
-
-
Field Summary
Fields Modifier and Type Field Description private final IdpResponseidpResponseprivate final IntegerresultCode
-
Constructor Summary
Constructors Constructor Description FirebaseAuthUIAuthenticationResult(Integer resultCode, IdpResponse idpResponse)
-
Method Summary
Modifier and Type Method Description IdpResponsegetIdpResponse()The contained IdpResponse returned from the Firebase library IntegergetResultCode()The result code of the received activity result inthashCode()StringtoString()-
-
Constructor Detail
-
FirebaseAuthUIAuthenticationResult
FirebaseAuthUIAuthenticationResult(Integer resultCode, IdpResponse idpResponse)
-
-
Method Detail
-
getIdpResponse
@Nullable() IdpResponse getIdpResponse()
The contained IdpResponse returned from the Firebase library
-
getResultCode
@NonNull() Integer getResultCode()
The result code of the received activity result
-
hashCode
int hashCode()
-
-
-
-