pendingToken property

String? pendingToken
getter/setter pair

An opaque string from a previous SignInWithIdp response.

If set, it can be used to repeat the sign-in operation from the previous SignInWithIdp operation. This may be present if the user needs to confirm their account information as part of a previous federated login attempt, or perform account linking.

Implementation

core.String? pendingToken;