Module com.webauthn4j.core
Class AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication
java.lang.Object
com.webauthn4j.data.extension.authenticator.AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication
- Enclosing class:
- AuthenticationExtensionsAuthenticatorOutputs<T extends ExtensionAuthenticatorOutput>
public static class AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setHMACGetSecret(@org.jetbrains.annotations.Nullable byte[] hmacGetSecret) setUvm(@Nullable UvmEntries uvm)
-
Constructor Details
-
BuilderForAuthentication
public BuilderForAuthentication()
-
-
Method Details
-
build
@NotNull public @NotNull AuthenticationExtensionsAuthenticatorOutputs<AuthenticationExtensionAuthenticatorOutput> build() -
setUvm
@NotNull public @NotNull AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication setUvm(@Nullable @Nullable UvmEntries uvm) -
setHMACGetSecret
@NotNull public @NotNull AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication setHMACGetSecret(@Nullable @org.jetbrains.annotations.Nullable byte[] hmacGetSecret) -
set
@NotNull public @NotNull AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication set(@NotNull @NotNull String key, @Nullable @Nullable Object value)
-