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.

Only Essential Cookies
Accept All

Documents from this version have been archived, and will not continue to be maintained. Please use the latest version.

HMS Core ReferencesFIDOFIDO2PublicKeyCredentialRequestOptions

PublicKeyCredentialRequestOptions

CLASS info
public class PublicKeyCredentialRequestOptions
Defines FIDO2 authentication request options.

Nested Class Summary

ClassDesc
PublicKeyCredentialRequestOptions.BuilderRepresents a builder for PublicKeyCredentialRequestOptions.

Public Method Summary

Return typeMethod name
String

getRpId()

Obtains a relying party ID.

byte[]

getChallenge()

Obtains a challenge.

List

getAllowList()

Obtains an allow list.

Map

getExtensions()

Obtains extensions.

Long

getTimeoutSeconds()

Obtains a timeout interval.

Public Methods

Method
getRpId()
Obtains a relying party ID.

Return

typedesc
StringRelying party ID.
Method
getChallenge()
Obtains a challenge.

Return

typedesc
byte[]Challenge.
Method
getAllowList()
Obtains an allow list.

Return

typedesc
ListPublicKeyCredentialDescriptor list, which contains attributes that the calling party specifies when referencing credentials as input parameters for registration or authentication.
Method
getExtensions()
Obtains extensions.

Return

typedesc
MapExtensions.
Method
getTimeoutSeconds()
Obtains a timeout interval.

Return

typedesc
LongTimeout interval, in seconds.
This page may contain third-party content. For details, click here.
Search in References
Enter a keyword.