Parse the Sign In With Farcaster URI provided by a connected app user. Returns the parsed parameters. Your app should use these to construct a Sign In With Farcaster message. Returns an error if URI is invalid.Documentation Index
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
uri | string | Sign In With Farcaster URI. | Yes |
Returns
| Parameter | Description |
|---|---|
channelToken | Connect relay channel token. |
params.uri | Login URI of the relying connected app. |
params.domain | Domain of the relying app. |
params.nonce | Random nonce provided by the relying app. |
params.notBefore | Time at which this message becomes valid. |
params.expirationTime | Time at which this message expires. |
params.requestId | A system specific identifier provided by the relying application. |
isError | True when an error has occurred. |
error | Error instance. |