idToken property

String? idToken
getter/setter pair

A valid ID token for an Identity Platform account.

If passed, this request will link the phone number to the user represented by this ID token if the phone number is not in use, or will reauthenticate the user if the phone number is already linked to the user.

Implementation

core.String? idToken;