qrExtraParams
Extra parameters in the mobile QR flow URL.
Last updated
Extra parameters in the mobile QR flow URL.
Attribute: qr-extra-params
Type: string
Default value: undefined
provider.qrExtraParams = 'param1=value¶m2=value';Additional parameters encoded in the URL of the mobile Flow generated by the provider's QR mode.
Requires qr active.
<facephi-sdk-provider
qr={true}
qrExtraParams="param1=value¶m2=value"
/>Last updated