AuthTwoFactorSignInCompletion class

Result of completing a pending sign-in challenge.

Constructors

AuthTwoFactorSignInCompletion({required String userId, AuthUser? user, String? providerId, AuthCredentials? credentials, AuthTwoFactorTrustedDeviceToken? trustedDevice})
Creates the result of completing a pending two-factor sign-in.
const

Properties

credentials AuthCredentials?
Credentials associated with the completed sign-in, when available.
final
hashCode int
The hash code for this object.
no setterinherited
providerId String?
Provider that supplied the original credentials, when applicable.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trustedDevice AuthTwoFactorTrustedDeviceToken?
Trusted-device token issued during completion, when requested.
final
user AuthUser?
Authenticated user record, when the sign-in flow loaded one.
final
userId String
Identifier of the authenticated user.
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