AuthenticationExtensionsClientOutputs.Builder

  • AuthenticationExtensionsClientOutputs.Builder is a builder class for creating AuthenticationExtensionsClientOutputs objects.

  • It provides methods to set properties such as credProps and User Verification Method extension entries before building the final object.

  • The build() method is used to create the AuthenticationExtensionsClientOutputs object once all desired properties have been set.

public static final class AuthenticationExtensionsClientOutputs.Builder extends Object

Public Constructor Summary

Public Method Summary

AuthenticationExtensionsClientOutputs
AuthenticationExtensionsClientOutputs.Builder
setCredProps(AuthenticationExtensionsCredPropsOutputs credProps)
Sets the credProps output.
AuthenticationExtensionsClientOutputs.Builder
setUserVerificationMethodEntries(UvmEntries uvmEntries)
Sets the User Verification Method extension entries.

Inherited Method Summary

Public Constructors

public Builder ()

Public Methods

public AuthenticationExtensionsClientOutputs.Builder setCredProps (AuthenticationExtensionsCredPropsOutputs credProps)

Sets the credProps output.

See www.w3.org/TR/webauthn-2/#sctn-authenticator-credential-properties-extension

public AuthenticationExtensionsClientOutputs.Builder setUserVerificationMethodEntries (UvmEntries uvmEntries)

Sets the User Verification Method extension entries.