createPasskeySigner
Creates a new passkey signer using a WebAuthn credential (opens in a new tab).
Usage
Parameters
credential
- Type:
Credential
The WebAuthn credential to use for signing.
Returns
Promise<Pick<PasskeyArgType, 'rawId' | 'coordinates'>>
An object containing the passkey signer that should be stored securely containing:
rawId
: TherawId
of the credential.coordinates
: The coordinates of the credential. The coordinates are used to sign using Safe smart contracts
Last updated on