Reclaim InApp SDKsUsage
Verification Options
Customize the default verification flow with Reclaim Protocol's InApp SDKs
Options API
The InApp SDKs provide an setVerificationOptions method to customize the verification flow. Below are the available options that can be set:
| Prop | Type | Description |
|---|---|---|
canDeleteCookiesBeforeVerificationStarts | boolean | This is enabled by default. Set false to persist sessions storage for the user. (This will be replaced with canClearWebStorage in an upcoming update) |
canUseAttestorAuthenticationRequest | boolean | Enable the use of authentication request when starting a verification |
claimCreationType | 'standalone' | 'meChain' | The type of claim creation to use. Defaults to 'standalone'. |
canAutoSubmit | boolean | Whether to automatically submit the proof after generation. Defaults to true. When false, a prompt to submit is shown to the user. |
isCloseButtonVisible | boolean | Whether the close button is visible in the verification screen. Defaults to true. |