public class PublicKeyCredentialRequestOptions
extends java.lang.Object
implements java.io.Serializable
PublicKeyCredentialRequestOptions supplies get() with the data it needs to
generate an assertion. Its challenge member MUST be present, while its other members are OPTIONAL.| Constructor and Description |
|---|
PublicKeyCredentialRequestOptions(Challenge challenge,
java.lang.Long timeout,
java.lang.String rpId,
java.util.List<PublicKeyCredentialDescriptor> allowCredentials,
UserVerificationRequirement userVerification,
AuthenticationExtensionsClientInputs<AuthenticationExtensionClientInput<?>> extensions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<PublicKeyCredentialDescriptor> |
getAllowCredentials() |
Challenge |
getChallenge() |
AuthenticationExtensionsClientInputs<AuthenticationExtensionClientInput<?>> |
getExtensions() |
java.lang.String |
getRpId() |
java.lang.Long |
getTimeout() |
UserVerificationRequirement |
getUserVerification() |
int |
hashCode() |
public PublicKeyCredentialRequestOptions(Challenge challenge, java.lang.Long timeout, java.lang.String rpId, java.util.List<PublicKeyCredentialDescriptor> allowCredentials, UserVerificationRequirement userVerification, AuthenticationExtensionsClientInputs<AuthenticationExtensionClientInput<?>> extensions)
public Challenge getChallenge()
public java.lang.Long getTimeout()
public java.lang.String getRpId()
public java.util.List<PublicKeyCredentialDescriptor> getAllowCredentials()
public UserVerificationRequirement getUserVerification()
public AuthenticationExtensionsClientInputs<AuthenticationExtensionClientInput<?>> getExtensions()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object