共用方式為


WorkspaceConnectionOAuth2 interface

需要 ClientId 和 ClientSecret。 根據每個 OAuth2 提供者的實作而定,其他屬性是選擇性的。

屬性

authUrl

Concur 連線類別的必要專案

clientId

UUID 格式的用戶端識別碼

clientSecret
developerToken

GoogleAdWords 連線類別的必要專案

password
refreshToken

GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho 所需,使用者需要讓 RefreshToken 脫機

tenantId

QuickBooks 和 Xero 連線類別的必要專案

username

Concur,ServiceNow 驗證伺服器 AccessToken 授與類型為 'Password',需要 UsernamePassword

屬性詳細資料

authUrl

Concur 連線類別的必要專案

authUrl?: string

屬性值

string

clientId

UUID 格式的用戶端識別碼

clientId?: string

屬性值

string

clientSecret

clientSecret?: string

屬性值

string

developerToken

GoogleAdWords 連線類別的必要專案

developerToken?: string

屬性值

string

password

password?: string

屬性值

string

refreshToken

GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho 所需,使用者需要讓 RefreshToken 脫機

refreshToken?: string

屬性值

string

tenantId

QuickBooks 和 Xero 連線類別的必要專案

tenantId?: string

屬性值

string

username

Concur,ServiceNow 驗證伺服器 AccessToken 授與類型為 'Password',需要 UsernamePassword

username?: string

屬性值

string