AI-generated Key Takeaways
-
BeginSignInRequest.PasskeyJsonRequestOptions.Builder is a builder class for BeginSignInRequest.PasskeyJsonRequestOptions.
-
This class and its methods are not supported directly; it is recommended to use the Jetpack libraries for passkey functionality.
-
The builder includes methods to set the passkey request in JSON format and to indicate whether passkey credentials should be returned.
Builder for
BeginSignInRequest.PasskeyJsonRequestOptions.
Note: Use of this class is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
Public Constructor Summary
|
Builder()
|
Public Method Summary
| BeginSignInRequest.PasskeyJsonRequestOptions |
build()
Note: Use of this method is not supported directly.
|
| BeginSignInRequest.PasskeyJsonRequestOptions.Builder | |
| BeginSignInRequest.PasskeyJsonRequestOptions.Builder |
setSupported(boolean supported)
Sets whether passkey credentials should be returned by this API.
|
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public BeginSignInRequest.PasskeyJsonRequestOptions build ()
Note: Use of this method is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
public BeginSignInRequest.PasskeyJsonRequestOptions.Builder setRequestJson (String requestJson)
Sets the
PublicKeyCredentialRequestOptions in JSON format.
Note: Use of this method is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
Parameters
| requestJson | the JSON formatted representation of the WebAuthn request. |
|---|
public BeginSignInRequest.PasskeyJsonRequestOptions.Builder setSupported (boolean supported)
Sets whether passkey credentials should be returned by this API.
Note: Use of this method is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
Parameters
| supported | whether passkey credentials should be returned |
|---|