Skip to main content

Function: socialSigner()

socialSigner(opts): BuckspaySigner
Defined in: packages/signers/src/social/index.ts:39 Build a social-login BuckspaySigner (type “social”). The connected Stellar ed25519 key backs the classic account model (its G-address IS the account). Provider/OAuth/proxy failures map to AUTH_PROVIDER_ERROR; using the signer before authenticate() maps to ACCOUNT_NOT_READY; a malformed preimage maps to INVALID_CONFIG.

Parameters

opts

SocialSignerOptions

Returns

BuckspaySigner