Package com.yubico.webauthn
Class FinishAssertionOptions.FinishAssertionOptionsBuilder
java.lang.Object
com.yubico.webauthn.FinishAssertionOptions.FinishAssertionOptionsBuilder
- Enclosing class:
- FinishAssertionOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
callerTokenBindingId
(@NonNull ByteArray callerTokenBindingId) The token binding ID of the connection to the client, if any.callerTokenBindingId
(@NonNull Optional<ByteArray> callerTokenBindingId) The token binding ID of the connection to the client, if any.request
(@NonNull AssertionRequest request) The request that theresponse
is a response to.response
(@NonNull PublicKeyCredential<AuthenticatorAssertionResponse, ClientAssertionExtensionOutputs> response) The client's response to therequest
.toString()
-
Method Details
-
callerTokenBindingId
public FinishAssertionOptions.FinishAssertionOptionsBuilder callerTokenBindingId(@NonNull @NonNull Optional<ByteArray> callerTokenBindingId) The token binding ID of the connection to the client, if any.- See Also:
-
callerTokenBindingId
public FinishAssertionOptions.FinishAssertionOptionsBuilder callerTokenBindingId(@NonNull @NonNull ByteArray callerTokenBindingId) The token binding ID of the connection to the client, if any.- See Also:
-
request
public FinishAssertionOptions.FinishAssertionOptionsBuilder request(@NonNull @NonNull AssertionRequest request) The request that theresponse
is a response to.- Returns:
this
.
-
response
public FinishAssertionOptions.FinishAssertionOptionsBuilder response(@NonNull @NonNull PublicKeyCredential<AuthenticatorAssertionResponse, ClientAssertionExtensionOutputs> response) The client's response to therequest
.- Returns:
this
.- See Also:
-
build
-
toString
-