playIntegrityToken property
Android only.
Used to assert application identity in place of a recaptcha token (or
safety net token). A Play Integrity Token can be generated via the
PlayIntegrity API
with applying SHA256 to the phone_number
field as the nonce.
Implementation
core.String? playIntegrityToken;