Package com.yubico.webauthn
Class FinishRegistrationOptions
java.lang.Object
com.yubico.webauthn.FinishRegistrationOptions
Parameters for
RelyingParty.finishRegistration(FinishRegistrationOptions)
.-
Nested Class Summary
Modifier 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()
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
. -
equals
-
hashCode
public int hashCode() -
toString
-