idToken property
A valid ID token for an Identity Platform user.
If set, this request will link the authentication credential to the user
represented by this ID token. For a non-admin request, both the email
and password
fields must be set. For an admin request, local_id
must
not be set.
Implementation
core.String? idToken;