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

qrExtraParams

Extra parameters in the mobile QR flow URL.

Details

Attribute: qr-extra-params

Type: string

Default value: undefined

Morphology

provider.qrExtraParams = 'param1=value&param2=value';

Description

Additional parameters encoded in the URL of the mobile Flow generated by the provider's QR mode.

Considerations

Requires qr active.


Example

<facephi-sdk-provider
    qr={true}
    qrExtraParams="param1=value&param2=value"
/>

Last updated