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