AdditionalUserInfo class

A structure containing additional user information from a federated identity provider.

See: firebase.google.com/docs/reference/js/firebase.auth#.AdditionalUserInfo

Constructors

AdditionalUserInfo.fromJsObject(AdditionalUserInfoJsImpl jsObject)
Creates a new AdditionalUserInfo from a jsObject.

Properties

hashCode int
The hash code for this object.
no setterinherited
isNewUser bool
Returns whether a user is a new or returning user.
no setter
jsObject → AdditionalUserInfoJsImpl
JS object.
finalinherited
profile Map<String, dynamic>
Returns the profile.
no setter
providerId String
Returns the provider id.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
Returns the user name.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited