Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
HUAWEI HMS Core
Documents from this version have been archived, and will not continue to be maintained. Please use the latest version.
| CLASS info |
| public class PublicKeyCredentialRequestOptions |
| Defines FIDO2 authentication request options. |
| Class | Desc |
| PublicKeyCredentialRequestOptions.Builder | Represents a builder for PublicKeyCredentialRequestOptions. |
| Return type | Method name |
| String | getRpId() Obtains a relying party ID. |
| byte[] | Obtains a challenge. |
| List | Obtains an allow list. |
| Map | Obtains extensions. |
| Long | Obtains a timeout interval. |
| Method |
| getRpId() |
| Obtains a relying party ID. |
Return
| type | desc |
| String | Relying party ID. |
| Method |
| getChallenge() |
| Obtains a challenge. |
Return
| type | desc |
| byte[] | Challenge. |
| Method |
| getAllowList() |
| Obtains an allow list. |
Return
| type | desc |
| List | PublicKeyCredentialDescriptor list, which contains attributes that the calling party specifies when referencing credentials as input parameters for registration or authentication. |
| Method |
| getExtensions() |
| Obtains extensions. |
Return
| type | desc |
| Map | Extensions. |
| Method |
| getTimeoutSeconds() |
| Obtains a timeout interval. |
Return
| type | desc |
| Long | Timeout interval, in seconds. |
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.