pendingToken property
An opaque string that can be used as a credential from the IdP the user is signing into.
The pending token obtained here can be set in a future SignInWithIdp request to sign the same user in with the IdP again.
Implementation
core.String? pendingToken;