response | HTTP response from the Connect relay server. |
data.state | Status of the sign in request, either "pending" or "completed" |
data.nonce | Random nonce used in the SIWE message. If you don’t provide a custom nonce as an argument, you should read this value. |
data.url | URL of the application. |
data.message | The generated SIWE message. |
data.signature | Hex signature produced by the user’s Farcaster wallet. |
data.authMethod | Auth method used to sign the message. Either "custody" or "authAddress". |
data.fid | User’s Farcaster ID. |
data.username | User’s Farcaster username. |
data.bio | User’s Farcaster bio. |
data.displayName | User’s Farcaster display name. |
data.pfpUrl | User’s Farcaster profile picture URL. |
data.custody | User’s FID custody address. |
data.verifications | List of user’s verified addresses. |
data.signatureParams | SIWF message parameters. |
data.metadata.ip | IP address of client request. |
data.metadata.userAgent | User agent of client request. |
data.acceptAuthAddress | true if requesting application accepts auth address signatures. |
isError | True when an error has occurred. |
error | Error instance. |