landingApiKey
API key for the Landing service.
Last updated
API key for the Landing service.
Attribute: landing-api-key
Type: string
Default value: undefined
provider.landingApiKey = process.env.FACEPHI_LANDING_APIKEY!;API Key for the Landing service used by flows that combine desktop capture and mobile continuation.
Only applies in integrations that use Landing.
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
landingApiKey={process.env.FACEPHI_LANDING_APIKEY}
/>Last updated