@friendlycaptcha/sdk > FriendlyCaptchaSDK > clearRiskIntelligence
FriendlyCaptchaSDK.clearRiskIntelligence() method
Clears cached Risk Intelligence tokens. Cached tokens for a given sitekey can be cleared by specifying it; if a sitekey is not specified, all tokens will be cleared from the cache.
Signature:
clearRiskIntelligence(opts?: RiskIntelligenceClearOptions): Promise<any>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| opts | RiskIntelligenceClearOptions | (Optional) |
Returns:
Promise<any>