For the complete documentation index, see llms.txt. This page is also available as Markdown.

antispoofPayloadSize

Anti-spoofing payload size.

Details

Attribute: antispoof-payload-size

Type: PayloadSize

Default value: PayloadSize.Small

PayloadSize

Member
Value
Description

Small

small

Reduced payload.

Normal

normal

Standard payload.

Morphology

import { PayloadSize } from '@facephi/selphi-web-component';

selphi.antispoofPayloadSize = PayloadSize.Small;

Description

Size of the payload sent to the anti-fraud service when antispoof is active in facephi-selphi-widget.


Example

Last updated