AuthOAuthSignInResolution class

Result of resolving provider OAuth callback data into auth sign-in payloads.

Constructors

AuthOAuthSignInResolution({required AuthUser user, required bool isNewUser, required bool userUpdated, required AuthAccount account, required Map<String, dynamic> profile})
Creates the result of resolving an OAuth callback into sign-in data.
const

Properties

account AuthAccount
Linked provider account persisted for this sign-in.
final
hashCode int
The hash code for this object.
no setterinherited
isNewUser bool
Whether the provider identity created a new user.
final
profile Map<String, dynamic>
Sanitized provider profile used during resolution.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user AuthUser
User authenticated by the provider.
final
userUpdated bool
Whether an existing user profile was updated.
final

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