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()set(@NonNull String key, @Nullable Serializable value) setHMACGetSecret(@org.checkerframework.checker.nullness.qual.Nullable byte[] hmacGetSecret) setUvm(@Nullable UvmEntries uvm)
-
Constructor Details
-
BuilderForAuthentication
public BuilderForAuthentication()
-
-
Method Details
-
build
public @NonNull AuthenticationExtensionsAuthenticatorOutputs<AuthenticationExtensionAuthenticatorOutput> build() -
setUvm
public @NonNull AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication setUvm(@Nullable UvmEntries uvm) -
setHMACGetSecret
public @NonNull AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication setHMACGetSecret(@org.checkerframework.checker.nullness.qual.Nullable byte[] hmacGetSecret) -
set
public @NonNull AuthenticationExtensionsAuthenticatorOutputs.BuilderForAuthentication set(@NonNull String key, @Nullable Serializable value)
-