AdditionalUserInfo class

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

Constructors

AdditionalUserInfo({required bool isNewUser, Map<String, dynamic>? profile, String? providerId, String? username, String? authorizationCode})

Properties

authorizationCode String?
The authorization code given from apple sign in. null if the user didn't sign in with Apple on an Apple platform.
final
hashCode int
The hash code for this object.
no setterinherited
isNewUser bool
Whether the user account has been recently created.
final
profile Map<String, dynamic>?
A Map containing additional profile information from the identity provider.
final
providerId String?
The federated identity provider ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
The username given from the federated identity provider.
final

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