I’m ready to start pulling device authentication tokens from Google’s Play Integrity service for my Android-only mobile app. All I need is a clean, reproducible way to request the token on the device and return it to my backend for later verification. Here’s what I’d like you to handle: • Enable and configure the Play Integrity API in the associated Play Console / Google Cloud project (using whatever minimal scopes are required). • Add the necessary Kotlin or Java code to the app so a single call fetches a valid device token. • Provide a lightweight sample verification script or curl example that shows the token can be decoded and its signature checked. Once you’ve got the flow working end to end, send over the concise source snippets and a short README that explains any console settings, API keys, and build-gradle changes I’ll need to reproduce the process myself. If you’ve implemented Play Integrity before, this should be straightforward. Let’s get those tokens flowing.