Skip to main content
Interface

Properties

PropertyTypeDescription
signerDataSignerDataThe admin signer data associated with this signer. Contains signer-specific information (email, public key, etc.)

Functions

FunctionDescription
initializeInitializes the signer with necessary service context. Must be called before sign() operations.
locator-
signSigns a message and returns the signature.
signForApprovalSigns a message and returns typed output suitable for building an approval. The default implementation wraps sign as SigningOutput.Standard. Override to return SigningOutput.Passkey for passkey-based signers.

initialize

Initializes the signer with necessary service context. Must be called before sign() operations.

locator

sign

Signs a message and returns the signature.

signForApproval

Signs a message and returns typed output suitable for building an approval. The default implementation wraps sign as SigningOutput.Standard. Override to return SigningOutput.Passkey for passkey-based signers.