Class AuthenticatorGetInfo.Options
java.lang.Object
com.webauthn4j.metadata.data.statement.AuthenticatorGetInfo.Options
- Enclosing class:
- AuthenticatorGetInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionOptions(@Nullable AuthenticatorGetInfo.Options.PlatformOption plat, @Nullable AuthenticatorGetInfo.Options.ResidentKeyOption rk, @Nullable AuthenticatorGetInfo.Options.ClientPINOption clientPIN, @Nullable AuthenticatorGetInfo.Options.UserPresenceOption up, @Nullable AuthenticatorGetInfo.Options.UserVerificationOption uv, @Nullable AuthenticatorGetInfo.Options.UVTokenOption uvToken, @Nullable AuthenticatorGetInfo.Options.ConfigOption config) -
Method Summary
-
Constructor Details
-
Options
public Options(@Nullable AuthenticatorGetInfo.Options.PlatformOption plat, @Nullable AuthenticatorGetInfo.Options.ResidentKeyOption rk, @Nullable AuthenticatorGetInfo.Options.ClientPINOption clientPIN, @Nullable AuthenticatorGetInfo.Options.UserPresenceOption up, @Nullable AuthenticatorGetInfo.Options.UserVerificationOption uv, @Nullable AuthenticatorGetInfo.Options.UVTokenOption uvToken, @Nullable AuthenticatorGetInfo.Options.ConfigOption config)
-
-
Method Details