Package com.yubico.webauthn
Class FinishRegistrationOptions
java.lang.Object
com.yubico.webauthn.FinishRegistrationOptions
Parameters for
RelyingParty.finishRegistration(FinishRegistrationOptions)
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
The token binding ID of the connection to the client, if any.@NonNull PublicKeyCredentialCreationOptions
The request that theresponse
is a response to.The client's response to therequest
.int
hashCode()
boolean
Deprecated.EXPERIMENTAL: This feature is from a not yet mature standard; it could change as the standard matures.toString()
-
Method Details
-
getCallerTokenBindingId
The token binding ID of the connection to the client, if any.- See Also:
-
builder
-
toBuilder
-
getRequest
The request that theresponse
is a response to. -
getResponse
@NonNull public @NonNull PublicKeyCredential<AuthenticatorAttestationResponse,ClientRegistrationExtensionOutputs> getResponse()The client's response to therequest
. -
isConditionalCreate
Deprecated.EXPERIMENTAL: This feature is from a not yet mature standard; it could change as the standard matures.Iftrue
, then user presence (UP) will not be required during registration verification. This is needed for conditional create operations.The default is
false
(UP is required).- Since:
- 2.7.0
- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-