Module com.webauthn4j.core
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()setHMACGetSecret(@Nullable HMACGetSecretAuthenticatorInput hmacGetSecret)
-
Constructor Details
-
BuilderForAuthentication
public BuilderForAuthentication()
-
-
Method Details
-
build
@NotNull public @NotNull AuthenticationExtensionsAuthenticatorInputs<AuthenticationExtensionAuthenticatorInput> build() -
setUvm
@NotNull public @NotNull AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication setUvm(@Nullable @Nullable Boolean uvm) -
setHMACGetSecret
@NotNull public @NotNull AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication setHMACGetSecret(@Nullable @Nullable HMACGetSecretAuthenticatorInput hmacGetSecret) -
set
@NotNull public @NotNull AuthenticationExtensionsAuthenticatorInputs.BuilderForAuthentication set(@NotNull @NotNull String key, @Nullable @Nullable Object value)
-