PearPear

Log in to a pending authorization interaction

Authenticates the user against this interaction and returns where the consent flow continues.

POST
/interaction/{uid}/login

Path Parameters

uid*string

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"}