Package com.yubico.webauthn
Class StartRegistrationOptions
java.lang.Object
com.yubico.webauthn.StartRegistrationOptions
Parameters for
RelyingParty.startRegistration(StartRegistrationOptions)
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Constraints on what kind of authenticator the user is allowed to use to create the credential, and on features that authenticator must or should support.@NonNull RegistrationExtensionInputs
Extension inputs for this registration operation.The value forPublicKeyCredentialCreationOptions.getTimeout()
for this registration operation.@NonNull UserIdentity
getUser()
Identifiers for the user creating a credential.int
hashCode()
toString()
-
Method Details
-
getAuthenticatorSelection
Constraints on what kind of authenticator the user is allowed to use to create the credential, and on features that authenticator must or should support. -
getTimeout
The value forPublicKeyCredentialCreationOptions.getTimeout()
for this registration operation.This library does not take the timeout into account in any way, other than passing it through to the
PublicKeyCredentialCreationOptions
so it can be used as an argument tonavigator.credentials.create()
on the client side.The default is empty.
-
builder
-
toBuilder
-
getUser
Identifiers for the user creating a credential. -
getExtensions
Extension inputs for this registration operation. -
equals
-
hashCode
public int hashCode() -
toString
-