@friendlycaptcha/sdk > RiskIntelligenceClearOptions
RiskIntelligenceClearOptions interface
Options for clearing cached Risk Intelligence tokens.
Signature:
export interface RiskIntelligenceClearOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| apiEndpoint? | APIEndpoint | (Optional) Tokens generated by this API endpoint will be cleared. | |
| sitekey? | string | (Optional) Sitekey of your application, starts with FC. Tokens associated with this application will be cleared. If not passed, all tokens will be cleared. |