com.google.android.gms.fido.fido2
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003eThe primary way to interact with FIDO2 APIs is through the \u003ccode\u003eFido2ApiClient\u003c/code\u003e and \u003ccode\u003eFido2PrivilegedApiClient\u003c/code\u003e classes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFido2PendingIntent\u003c/code\u003e interface is deprecated and developers should use methods within \u003ccode\u003eFido2ApiClient\u003c/code\u003e instead.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFido2ApiClient\u003c/code\u003e provides standard FIDO2 interactions, while \u003ccode\u003eFido2PrivilegedApiClient\u003c/code\u003e grants access to privileged functionalities.\u003c/p\u003e\n"]]],["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"],null,["# com.google.android.gms.fido.fido2\n\n### Interfaces\n\n|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Fido2PendingIntent](/android/reference/com/google/android/gms/fido/fido2/Fido2PendingIntent) | *This interface is deprecated. Use [Fido2ApiClient.getRegisterPendingIntent(PublicKeyCredentialCreationOptions)](/android/reference/com/google/android/gms/fido/fido2/Fido2ApiClient#getRegisterPendingIntent(com.google.android.gms.fido.fido2.api.common.PublicKeyCredentialCreationOptions)) or [Fido2ApiClient.getSignPendingIntent(PublicKeyCredentialRequestOptions)](/android/reference/com/google/android/gms/fido/fido2/Fido2ApiClient#getSignPendingIntent(com.google.android.gms.fido.fido2.api.common.PublicKeyCredentialRequestOptions)) to avoid a dependence on this.* |\n\n### Classes\n\n|-----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|\n| [Fido2ApiClient](/android/reference/com/google/android/gms/fido/fido2/Fido2ApiClient) | The entry point for interacting with FIDO2 APIs. |\n| [Fido2PrivilegedApiClient](/android/reference/com/google/android/gms/fido/fido2/Fido2PrivilegedApiClient) | The entry point for interacting with the privileged FIDO2 APIs. |"]]