Skip to main content
Final Class Passkey-based CrossmintWalletApprovalSigner that delegates signing to a caller-supplied callback.
In Stage 1, the callback is always required. In Stage 2, native platform passkey support can be used as a fallback when no callback is provided. Until native support ships, passing a passkey signer config without callbacks throws CrossmintSignerException(code: passkeyCallbackMissing) during wallet creation or signing.

Constructors

CrossmintPasskeyApprovalSigner

Creates a passkey approval signer bound to a specific credentialId and a user-supplied onSign callback.

Properties

credentialId

WebAuthn credential identifier bound to this signer.

type

locator

Methods

signMessage

signTransaction