Page Summary
-
AuthenticationExtensionsClientOutputs.Builderis a builder class for creatingAuthenticationExtensionsClientOutputsobjects. -
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 theAuthenticationExtensionsClientOutputsobject once all desired properties have been set.
Builder for
AuthenticationExtensionsClientOutputs.
Public Constructor Summary
|
Builder()
The constructor of
AuthenticationExtensionsClientOutputs.Builder.
|
Public Method Summary
| AuthenticationExtensionsClientOutputs |
build()
Builds the
AuthenticationExtensionsClientOutputs object.
|
| AuthenticationExtensionsClientOutputs.Builder | |
| AuthenticationExtensionsClientOutputs.Builder |
setUserVerificationMethodEntries(UvmEntries
uvmEntries)
Sets the User Verification Method extension entries.
|
Inherited Method Summary
Public Constructors
public Builder ()
The constructor of
AuthenticationExtensionsClientOutputs.Builder.
Public Methods
public AuthenticationExtensionsClientOutputs build ()
Builds the
AuthenticationExtensionsClientOutputs object.
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.