Module com.webauthn4j.core
Class AuthenticationExtensionsClientOutputs.BuilderForAuthentication
java.lang.Object
com.webauthn4j.data.extension.client.AuthenticationExtensionsClientOutputs.BuilderForAuthentication
- Enclosing class:
- AuthenticationExtensionsClientOutputs<T extends ExtensionClientOutput>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setAppidExclude(@Nullable Boolean appidExclude) setHMACGetSecret(@Nullable HMACGetSecretOutput hmacGetSecret) setUvm(@Nullable UvmEntries uvm)
-
Constructor Details
-
BuilderForAuthentication
public BuilderForAuthentication()
-
-
Method Details
-
build
@NotNull public @NotNull AuthenticationExtensionsClientOutputs<AuthenticationExtensionClientOutput> build() -
setAppid
@NotNull public @NotNull AuthenticationExtensionsClientOutputs.BuilderForAuthentication setAppid(@Nullable @Nullable Boolean appid) -
setAppidExclude
@NotNull public @NotNull AuthenticationExtensionsClientOutputs.BuilderForAuthentication setAppidExclude(@Nullable @Nullable Boolean appidExclude) -
setUvm
@NotNull public @NotNull AuthenticationExtensionsClientOutputs.BuilderForAuthentication setUvm(@Nullable @Nullable UvmEntries uvm) -
setHMACGetSecret
@NotNull public @NotNull AuthenticationExtensionsClientOutputs.BuilderForAuthentication setHMACGetSecret(@Nullable @Nullable HMACGetSecretOutput hmacGetSecret) -
set
@NotNull public @NotNull AuthenticationExtensionsClientOutputs.BuilderForAuthentication set(@NotNull @NotNull String key, @Nullable @Nullable Object value)
-