public interface

AuthResult

implements Parcelable
com.google.firebase.auth.AuthResult

Class Overview

Result object obtained from operations that can affect the authentication state. Contains a method that returns the currently signed-in user after the operation has completed.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
abstract AdditionalUserInfo getAdditionalUserInfo()
Returns IDP-specific information for the user if the provider is one of Facebook, Github, Google, or Twitter.
abstract FirebaseUser getUser()
Returns the currently signed-in FirebaseUser, or null if there isn't any (i.e.
[Expand]
Inherited Methods
From interface android.os.Parcelable

Public Methods

public abstract AdditionalUserInfo getAdditionalUserInfo ()

Returns IDP-specific information for the user if the provider is one of Facebook, Github, Google, or Twitter.

Returns
AdditionalUserInfo

public abstract FirebaseUser getUser ()

Returns the currently signed-in FirebaseUser, or null if there isn't any (i.e. the user is signed out).

Returns
FirebaseUser