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. |

