RequestParams
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The RequestParams class is an abstract class representing FIDO U2F request parameters and implements the Parcelable interface.
This class is deprecated and users should instead use the Fido APIs.
Known direct subclasses of RequestParams are RegisterRequestParams and SignRequestParams, both of which are also deprecated.
The class includes methods to retrieve information such as all appIds, the default appId, channel ID value, display hint, registered keys, request ID, and timeout in seconds.
[[["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."],[],["`RequestParams`, a deprecated abstract class implementing `Parcelable`, represents FIDO U2F request parameters. Its subclasses, `RegisterRequestParams` and `SignRequestParams`, are also deprecated; the Fido APIs should be used instead. Key actions involve retrieving request details: a set of all app IDs (`getAllAppIds`), the default app ID (`getAppId`), channel ID value (`getChannelIdValue`), display hint (`getDisplayHint`), registered keys (`getRegisteredKeys`), request ID (`getRequestId`), and timeout in seconds (`getTimeoutSeconds`).\n"]]