Class AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication
java.lang.Object
com.webauthn4j.data.extension.authenticator.AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication
- Enclosing class:
- AuthenticationExtensionsAuthenticatorInputs<T extends ExtensionAuthenticatorInput>
public static class AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()set(@NonNull String key, @Nullable Serializable value) setHMACGetSecret(@Nullable HMACGetSecretAuthenticatorInput hmacGetSecret)
-
Constructor Details
-
BuilderForAuthentication
public BuilderForAuthentication()
-
-
Method Details
-
build
public @NonNull AuthenticationExtensionsAuthenticatorInputs<AuthenticationExtensionAuthenticatorInput> build() -
setUvm
public @NonNull AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication setUvm(@Nullable Boolean uvm) -
setHMACGetSecret
public @NonNull AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication setHMACGetSecret(@Nullable HMACGetSecretAuthenticatorInput hmacGetSecret) -
set
public @NonNull AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication set(@NonNull String key, @Nullable Serializable value)
-