BeginSignInRequest.PasskeysRequestOptions.Builder

public static final classBeginSignInRequest.PasskeysRequestOptions.Builderextends Object

Builder for BeginSignInRequest.PasskeysRequestOptions.

Note:Use of this class is not supported directly. If you are interested in using passkeys, use theJetPacklibraries.

Public Constructor Summary

Public Method Summary

BeginSignInRequest.PasskeysRequestOptions
build()
Note:Use of this method is not supported directly.
BeginSignInRequest.PasskeysRequestOptions.Builder
setChallenge(byte[] challenge)
Sets the nonce value that the authenticator should sign using a private key corresponding to a public key credential that is acceptable for this authentication session.
BeginSignInRequest.PasskeysRequestOptions.Builder
setRpId(StringrpId)
Sets identifier for a relying party, on whose behalf a given authentication operation is being performed.
BeginSignInRequest.PasskeysRequestOptions.Builder
setSupported(boolean supported)
Sets whether passkey credentials should be returned by this API.

Inherited Method Summary

Public Constructors

publicBuilder()

Public Methods

public BeginSignInRequest.PasskeysRequestOptionsbuild()

Note:Use of this method is not supported directly. If you are interested in using passkeys, use theJetPack libraries.

public BeginSignInRequest.PasskeysRequestOptions.BuildersetChallenge(byte[] challenge)

Sets the nonce value that the authenticator should sign using a private key corresponding to a public key credential that is acceptable for this authentication session.

Note:Use of this method is not supported directly. If you are interested in using passkeys, use theJetPack libraries.

Parameters
challenge the challenge

public BeginSignInRequest.PasskeysRequestOptions.BuildersetRpId(StringrpId)

Sets identifier for a relying party, on whose behalf a given authentication operation is being performed. A public key credential can only be used for authentication with the same replying party it was registered with.

Note:Use of this method is not supported directly. If you are interested in using passkeys, use theJetPack libraries.

Note: the RpId should be an effective domain (without scheme or port).

Parameters
rpId identifier for a relying party

public BeginSignInRequest.PasskeysRequestOptions.BuildersetSupported(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 theJetPack libraries.

Parameters
supported whether passkey credentials should be returned