@friendlycaptcha/sdk > FRCRiskIntelligenceCompleteEventData
FRCRiskIntelligenceCompleteEventData interface
Payload of the "frc:riskintelligence.complete" event.
Signature:
export interface FRCRiskIntelligenceCompleteEventData
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| expiresAt | number | A timestamp, represented as a Unix epoch, for when the Risk Intelligence token will expire. | |
| name | typeof FRCRiskIntelligenceCompleteEventName | "frc:riskintelligence.complete" | |
| token | string | The Risk Intelligence response token, to be verified server-side. |