AdditionalUserInfo class abstract

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

Constructors

AdditionalUserInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
isNewUser bool
Whether the user account has been recently created.
no setter
profile Map<String, dynamic>?
A Map containing additional profile information from the identity provider.
no setter
providerId String?
The federated identity provider ID.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
The username given from the federated identity provider.
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.
override

Operators

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