safetyNetToken property
Android only.
Used to assert application identity in place of a recaptcha token. A
SafetyNet Token can be generated via the
SafetyNet Android Attestation API,
with the Base64 encoding of the phone_number
field as the nonce.
Implementation
core.String? safetyNetToken;