com.google.android.gms.fido.fido2
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["The primary way to interact with FIDO2 APIs is through the `Fido2ApiClient` and `Fido2PrivilegedApiClient` classes."],["The `Fido2PendingIntent` interface is deprecated and developers should use methods within `Fido2ApiClient` instead."],["`Fido2ApiClient` provides standard FIDO2 interactions, while `Fido2PrivilegedApiClient` grants access to privileged functionalities."]]],["The deprecated `Fido2PendingIntent` interface should be replaced with `Fido2ApiClient.getRegisterPendingIntent` or `Fido2ApiClient.getSignPendingIntent`. The `Fido2ApiClient` class serves as the entry point for interacting with FIDO2 APIs. The `Fido2PrivilegedApiClient` class is used for accessing privileged FIDO2 APIs. These two classes provide the main access points for interacting with different levels of the FIDO2 system.\n"]]