Skip to content

Latest commit

 

History

History
237 lines (136 loc) · 3.43 KB

File metadata and controls

237 lines (136 loc) · 3.43 KB

Connect Webviews

connect_webview

accepted_devices

{% hint style="warning" %} Deprecated. Unused. Will be removed. {% endhint %}

Format: List

Item format: String


accepted_providers

Format: List

Item format: String


any_device_allowed

{% hint style="warning" %} Deprecated. Unused. Will be removed. {% endhint %}

Format: Boolean


any_provider_allowed

Format: Boolean


authorized_at

Format: Datetime


automatically_manage_new_devices

Format: Boolean


connect_webview_id

Format: UUID


connected_account_id

Format: UUID


created_at

Format: Datetime


custom_metadata

Format: Record


custom_redirect_failure_url

Format: String


custom_redirect_url

Format: String


device_selection_mode

Format: Enum

Possible enum values:

  • none
  • single
  • multiple

login_successful

Format: Boolean


selected_provider

Format: String


status

Format: Enum

Possible enum values:

  • pending
  • failed
  • authorized

url

Format: String


wait_for_device_creation

Format: Boolean


workspace_id

Format: UUID


Endpoints


Events

connect_webview.login_succeeded

A Connect Webview login succeeded.

connect_webview_id Format: UUID

ID of the Connect Webview.

connected_account_id Format: UUID

ID of the connected account.

created_at Format: Datetime

Date and time at which the event was created.

event_id Format: UUID

ID of the event.

event_type Format: Enum

Value: connect_webview.login_succeeded

occurred_at Format: Datetime

Date and time at which the event occurred.

workspace_id Format: UUID

ID of the workspace.

---

connect_webview.login_failed

A Connect Webview login failed.

connect_webview_id Format: UUID

ID of the Connect Webview.

created_at Format: Datetime

Date and time at which the event was created.

event_id Format: UUID

ID of the event.

event_type Format: Enum

Value: connect_webview.login_failed

occurred_at Format: Datetime

Date and time at which the event occurred.

workspace_id Format: UUID

ID of the workspace.

---