I was looking at this for verifying the authenticity of an android device as show here. Now there're 2 ways to do this. One is offline verify and the other online verify. While online verify calls a google attestation check api, to which I also have to send in my API_KEY along with my attestation response.
Can someone suggest choose which way to verify my device - whether offline or online, to use in my server?