Builder for
BrowserPublicKeyCredentialCreationOptions.
|
Builder()
The constructor of
BrowserPublicKeyCredentialCreationOptions.Builder.
|
| BrowserPublicKeyCredentialCreationOptions |
build()
Builds the
BrowserPublicKeyCredentialCreationOptions object.
|
| BrowserPublicKeyCredentialCreationOptions.Builder |
setClientDataHash(byte[] clientDataHash)
Sets a clientDataHash value to sign over in place of assembling and hashing
clientDataJSON during the signature request.
|
| BrowserPublicKeyCredentialCreationOptions.Builder | |
| BrowserPublicKeyCredentialCreationOptions.Builder |
setPublicKeyCredentialCreationOptions(PublicKeyCredentialCreationOptions
publicKeyCredentialCreationOptions)
Sets the parameters to dictate the client behavior during this registration
session.
|
The constructor of
BrowserPublicKeyCredentialCreationOptions.Builder.
Builds the
BrowserPublicKeyCredentialCreationOptions 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
AuthenticatorAttestationResponse will return an invalid value for
getClientDataJSON(). Generally, browser clients should use
PublicKeyCredentialCreationOptions.Builder.setChallenge(byte[]) instead.
Sets the origin on whose behalf the calling browser is requesting a registration operation.
Sets the parameters to dictate the client behavior during this registration session.