seamapi / Exports / ConnectWebviewCreateRequest
- accepted_providers
- automatically_manage_new_devices
- custom_metadata
- custom_redirect_failure_url
- custom_redirect_url
- device_selection_mode
- provider_category
- wait_for_device_creation
• Optional
accepted_providers: string
[]
src/types/route-requests.ts:12
• Optional
automatically_manage_new_devices: boolean
src/types/route-requests.ts:18
• Optional
custom_metadata: CustomMetadata
src/types/route-requests.ts:17
• Optional
custom_redirect_failure_url: string
src/types/route-requests.ts:16
• Optional
custom_redirect_url: string
src/types/route-requests.ts:15
• Optional
device_selection_mode: "none"
| "single"
| "multiple"
src/types/route-requests.ts:14
• Optional
provider_category: "stable"
| "internal_beta"
src/types/route-requests.ts:13
• Optional
wait_for_device_creation: boolean