Builder for
BrowserPublicKeyCredentialRequestOptions.
|
Builder()
The constructor of
PublicKeyCredentialRequestOptions.Builder.
|
| BrowserPublicKeyCredentialRequestOptions |
build()
Builds the
BrowserPublicKeyCredentialRequestOptions object.
|
| BrowserPublicKeyCredentialRequestOptions.Builder |
setClientDataHash(byte[] clientDataHash)
Sets a clientDataHash value to sign over in place of assembling and hashing
clientDataJSON during the signature request.
|
| BrowserPublicKeyCredentialRequestOptions.Builder | |
| BrowserPublicKeyCredentialRequestOptions.Builder |
setPublicKeyCredentialRequestOptions(PublicKeyCredentialRequestOptions
publicKeyCredentialRequestOptions)
Sets the parameters to dictate client behavior during this authentication
session.
|
The constructor of
PublicKeyCredentialRequestOptions.Builder.
Builds the
BrowserPublicKeyCredentialRequestOptions object.
Sets a clientDataHash value to sign over in place of assembling and hashing clientDataJSON during the signature request.
Note: This is optional and only provided for contexts where the unhashed information
necessary to assemble WebAuthn clientDataJSON is not available. If set, the resulting
AuthenticatorAssertionResponse will return an invalid value for
getClientDataJSON(). Generally, browser clients should use
PublicKeyCredentialRequestOptions.Builder.setChallenge(byte[]) instead.
Sets the origin on whose behalf the calling browser is requesting an authentication operation.
Sets the parameters to dictate client behavior during this authentication session.