ConnectorFactoryImpl class
- Extends
建構函式
Connector |
方法
create(string, string) |
建構函式詳細資料
ConnectorFactoryImpl(string, string, string, boolean, ServiceClientCredentialsFactory, ConnectorClientOptions)
new ConnectorFactoryImpl(appId: string, toChannelFromBotOAuthScope: string, loginEndpoint: string, validateAuthority: boolean, credentialFactory: ServiceClientCredentialsFactory, connectorClientOptions?: ConnectorClientOptions)
參數
- appId
-
string
AppID。
- toChannelFromBotOAuthScope
-
string
從 Bot oauth 範圍到通道的 。
- loginEndpoint
-
string
登入 URL。
- validateAuthority
-
boolean
要使用的驗證授權單位值。
- credentialFactory
- ServiceClientCredentialsFactory
要使用的 ServiceClientCredentialsFactory。
- connectorClientOptions
- ConnectorClientOptions
方法詳細資料
create(string, string)
function create(serviceUrl: string, audience?: string): Promise<ConnectorClient>
參數
- serviceUrl
-
string
用戶端的服務 URL。
- audience
-
string
要用於輸出通訊的物件。 其會因雲端環境而有所不同。
傳回
Promise<ConnectorClient>
ConnectorClient 類別的新實例。