Module com.webauthn4j.core
Class AuthenticationExtensionsAuthenticatorInputs<T extends ExtensionAuthenticatorInput>
java.lang.Object
com.webauthn4j.data.extension.authenticator.AuthenticationExtensionsAuthenticatorInputs<T>
public class AuthenticationExtensionsAuthenticatorInputs<T extends ExtensionAuthenticatorInput>
extends Object
AuthenticationExtensionsAuthenticatorInputs containing the authenticator extension input values for
zero or more WebAuthn extensions, as defined in §9 WebAuthn Extensions.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable CredentialProtectionPolicy<E extends T>
EgetExtension(@NotNull Class<E> tClass) @Nullable Boolean@Nullable HMACGetSecretAuthenticatorInput@Nullable ObjectgetKeys()@Nullable BooleangetUvm()@Nullable ObjectinthashCode()toString()
-
Constructor Details
-
AuthenticationExtensionsAuthenticatorInputs
public AuthenticationExtensionsAuthenticatorInputs()
-
-
Method Details