Andy Witrisna
Andy Witrisna
Hi I am using [FIDO2 API ](https://developers.google.com/android/reference/com/google/android/gms/fido/fido2/package-summary) according to this https://developers.google.com/identity/fido/android/native-apps#step_2_link_to_assetlinksjson_in_android_app we need to define the "asset_statements" in the Android App, however, my app works with or without defining the...
Do we need to consider key rotation for this [key](https://github.com/google/android-key-attestation/blob/e3a09702acdc332ef5a6496c5b78a2ca6d2713f8/server/src/main/java/com/google/android/attestation/Constants.java#L25), should we just hardcode the key in our implementation? Is there a way to retrieve the public key through a...