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

PublicKeyCredentialRequestOptions.Builder

CLASS info
public static final class PublicKeyCredentialRequestOptions.Builder
Represents a builder for PublicKeyCredentialRequestOptions.

Public Method Summary

Return typeMethod name
Builder

setRpId(String rpId)

Sets a relying party ID.

Builder

setChallenge(byte[] challenge)

Sets a challenge.

Builder

setAllowList(ListallowList)

Sets an allow list.

Builder

setExtensions(Mapextensions)

Sets extensions.

Builder

setTimeoutSeconds(Long timeoutSeconds)

Sets a timeout interval.

PublicKeyCredentialRequestOptions

build()

Builds an instance of PublicKeyCredentialRequestOptions.

Public Methods

Method
setRpId(String rpId)
Sets a relying party ID.

Parameters

Parameter nameParameter desc
rpidRelying party ID.


Return

typedesc
BuilderBuilder for PublicKeyCredentialRequestOptions.
Method
setChallenge(byte[] challenge)
Sets a challenge.

Parameters

Parameter nameParameter desc
challengeA challenge


Return

typedesc
BuilderBuilder for PublicKeyCredentialRequestOptions.
Method
setAllowList(ListallowList)
Sets an allow list.

Parameters

Parameter nameParameter desc
allowListAllow list.


Return

typedesc
BuilderBuilder for PublicKeyCredentialRequestOptions.
Method
setExtensions(Mapextensions)
Sets extensions.

Parameters

Parameter nameParameter desc
extensionsExtensions.


Return

typedesc
BuilderBuilder for PublicKeyCredentialRequestOptions.
Method
setTimeoutSeconds(Long timeoutSeconds)
Sets a timeout interval.

Parameters

Parameter nameParameter desc
timeoutSecondsTimeout interval.


Return

typedesc
BuilderBuilder for PublicKeyCredentialRequestOptions.
Method
build()
Builds an instance of PublicKeyCredentialRequestOptions.

Return

typedesc
PublicKeyCredentialRequestOptionsFIDO2 authentication request options.
Search
Enter a keyword.