Skip to content

PluginAuthUrlResponse

Preferred JSON response containing the third-party provider authorization URL.

Properties

Property Type Required Description
authUrl string · uri Yes Absolute provider authorization URL that redirects to the App Connect extension URI and carries validated plugin routing and anti-CSRF state.

Example

{
  "authUrl": "https://example.com"
}