Flow Configuration Options
Flow version supported: v1.2 (or earlier)
Configure optional parameters when calling the Initiate Verification Flow API.
Portrait Mode Enforcement
Control whether the verification flow enforces portrait orientation using the additionalDetails.portraitOnly parameter in the Initiate Verification Flow API.
Behaviour by portraitOnly and Device Type
portraitOnly and Device Type| Device | portraitOnly: true (default) | portraitOnly: false |
|---|---|---|
| Mobile phone | Blocks the flow in landscape mode | Shows an error screen asking the user to switch to portrait mode |
| Tablet/Desktop | Blocks the flow in landscape mode | Proceeds with the flow regardless of orientation |
Theme
Control whether the application uses dark or light theme using the theme parameter in the Initiate Verification Flow API.
theme | Result |
|---|---|
| Not set (omitted) | Follows the user's browser/device preference |
NO_PREFERENCE | Follows the user's browser/device preference |
LIGHT_MODE | Light mode is applied |
DARK_MODE | Dark mode is applied |
Updated 3 months ago