Package com.yubico.webauthn
Class FinishAssertionOptions
java.lang.Object
com.yubico.webauthn.FinishAssertionOptions
Parameters for
RelyingParty.finishAssertion(FinishAssertionOptions)
.-
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 AssertionRequest
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<AuthenticatorAssertionResponse,ClientAssertionExtensionOutputs> getResponse()The client's response to therequest
.- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-