Log in to a pending authorization interaction
Authenticates the user against this interaction and returns where the consent flow continues.
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Wallet-based authentication using nonce signature
Response Body
application/json
curl -X POST "https://example.com/interaction/string/login" \ -H "Content-Type: application/json" \ -d '{ "method": "wallet", "address": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984", "signature": "string" }'{ "returnTo": "string"}Read a pending authorization interaction GET
Returns the client and scopes the consent screen renders. Readable before login so the UI can show the login step; once login binds an account, only that account may read it.
Grant the requested scopes POST
Records consent for this interaction and returns the redirect that completes the flow.