Package com.yubico.yubikit.fido.webauthn
Class AuthenticatorSelectionCriteria
java.lang.Object
com.yubico.yubikit.fido.webauthn.AuthenticatorSelectionCriteria
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorSelectionCriteria
(String authenticatorAttachment, String residentKey, String userVerification) -
Method Summary
Modifier and TypeMethodDescriptionboolean
fromMap
(Map<String, ?> map, SerializationType serializationType) int
hashCode()
toMap
(SerializationType serializationType)
-
Constructor Details
-
AuthenticatorSelectionCriteria
-
-
Method Details
-
getAuthenticatorAttachment
-
getResidentKey
-
getUserVerification
-
toMap
-
fromMap
public static AuthenticatorSelectionCriteria fromMap(Map<String, ?> map, SerializationType serializationType) -
equals
-
hashCode
public int hashCode()
-