client.walletSessions.confirm
Confirm a signed wallet challenge and receive a short-lived wallet session.
| Package | @torq-finance/sdk |
|---|---|
| Signature | client.walletSessions.confirm({ challengeId, signature, scopes }) |
Behavior
Exchanges the wallet’s one-time challenge signature for an opaque, scoped wallet session.
Security boundary
Do not log, persist, or reuse the signature. Keep the opaque wallet session out of URLs.
See the API Reference for the governed endpoint contract and the workflow guide for canonical completion semantics.