Package com.yubico.webauthn
Class FinishAssertionOptions
- java.lang.Object
 - 
- com.yubico.webauthn.FinishAssertionOptions
 
 
- 
public final class FinishAssertionOptions extends java.lang.ObjectParameters forRelyingParty.finishAssertion(FinishAssertionOptions). 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFinishAssertionOptions.FinishAssertionOptionsBuilder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FinishAssertionOptions.FinishAssertionOptionsBuilder.MandatoryStagesbuilder()booleanequals(java.lang.Object o)java.util.Optional<ByteArray>getCallerTokenBindingId()The token binding ID of the connection to the client, if any.@NonNull AssertionRequestgetRequest()The request that theresponseis a response to.@NonNull PublicKeyCredential<AuthenticatorAssertionResponse,ClientAssertionExtensionOutputs>getResponse()The client's response to therequest.inthashCode()FinishAssertionOptions.FinishAssertionOptionsBuildertoBuilder()java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getCallerTokenBindingId
public java.util.Optional<ByteArray> getCallerTokenBindingId()
The token binding ID of the connection to the client, if any.- See Also:
 - The Token Binding Protocol Version 1.0
 
 
- 
builder
public static FinishAssertionOptions.FinishAssertionOptionsBuilder.MandatoryStages builder()
 
- 
toBuilder
public FinishAssertionOptions.FinishAssertionOptionsBuilder toBuilder()
 
- 
getRequest
@NonNull public @NonNull AssertionRequest getRequest()
The request that theresponseis a response to. 
- 
getResponse
@NonNull public @NonNull PublicKeyCredential<AuthenticatorAssertionResponse,ClientAssertionExtensionOutputs> getResponse()
The client's response to therequest.- See Also:
 - navigator.credentials.get()
 
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -