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

type

Type of operation registered on the platform (Onboarding or authentication).

Details

Attribute: type

Type: TypeFamily

Default value: TypeFamily.onboarding

TypeFamily

Member
Value
Description

Onboarding

ONBOARDING

Onboarding or registration process.

authentication

AUTHENTICATION

Authentication process.

Morphology

import { TypeFamily } from '@facephi/sdk-web-wc';

provider.type = TypeFamily.onboarding;

Description

Type of operation registered in the platform (Onboarding or authentication) for the tracking initiated by facephi-sdk-provider.


Example

Last updated