BeginSignInRequest.PasskeyJsonRequestOptions.Builder

public static final class BeginSignInRequest.PasskeyJsonRequestOptions.Builder extends Object

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

Public Method Summary

BeginSignInRequest.PasskeyJsonRequestOptions
build()
Note: Use of this method is not supported directly.
BeginSignInRequest.PasskeyJsonRequestOptions.Builder
setRequestJson(String requestJson)
Sets the PublicKeyCredentialRequestOptions in JSON format.
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