@friendlycaptcha/sdk > RiskIntelligenceOptions
RiskIntelligenceOptions interface
Options for configuring a Risk Intelligence request.
Signature:
export interface RiskIntelligenceOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| apiEndpoint? | APIEndpoint | (Optional) A custom endpoint from which the agent is loaded and to which Risk Intelligence requests are made. | |
| bypassCache? | boolean | (Optional) Whether to bypass the token cache and force the request of a new token from the API. | |
| sitekey | string | Sitekey of your application, starts with FC. |