Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const params = walletClient.parseSignInURI({ uri: 'farcaster://connect?channelToken=23W59BKK&nonce=ESsxs6MaFio7OvqWb&siweUri=https%3A%2F%2Fexample.com%2Flogin&domain=example.com', });
uri
string
{ channelToken: string params: { domain: string uri: string nonce: string notBefore?: string expirationTime?: string requestId?: string } isError: boolean error: Error }
channelToken
params.uri
params.domain
params.nonce
params.notBefore
params.expirationTime
params.requestId
isError
error
Error
Related topics
Was this page helpful?