timeout | number | Return an error after polling for this long. | 300_000 (5 minutes) |
interval | number | Poll the relay server for updates at this interval. | 1500 (1.5 seconds) |
nonce | string | A random nonce to include in the Sign In With Farcaster message. | None |
notBefore | string | Time when the message becomes valid. ISO 8601 datetime string. | None |
expirationTime | string | Time when the message expires. ISO 8601 datetime string. | None |
requestId | string | An optional system-specific ID to include in the message. | None |
onSuccess | function | Callback invoked when sign in is complete and the user is authenticated. | None |
onStatusResponse | function | Callback invoked when the component receives a status update from the relay server. | None |
onError | function | Error callback function. | None |
onSignOut | function | Callback invoked when the user signs out. | None |
hideSignOut | boolean | Hide the Sign out button. | false |
debug | boolean | Render a debug panel displaying internal auth-kit state. | false |