WorkspaceConnectionOAuth2 interface
需要 ClientId 和 ClientSecret。 根據每個 OAuth2 提供者的實作而定,其他屬性是選擇性的。
屬性
auth |
Concur 連線類別的必要專案 |
client |
UUID 格式的用戶端識別碼 |
client |
|
developer |
GoogleAdWords 連線類別的必要專案 |
password | |
refresh |
GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zoho 所需,使用者需要讓 RefreshToken 脫機 |
tenant |
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