BotFrameworkAdapterSettings interface
警告
此 API 現已淘汰。
Use CloudAdapter
with ConfigurationBotFrameworkAuthentication
instead to configure bot runtime.
Contains settings used to configure a BotFrameworkAdapter instance.
屬性
app |
|
app |
|
auth |
自選。 用來要求特定背書並驗證宣告。 建議使用技能。 |
certificate |
自選。 用來向 AAD 驗證 appId 的憑證金鑰。 |
certificate |
自選。 憑證指紋,用來向 AAD 驗證 appId。 |
channel |
自選。 要從中取得 Bot 對通道令牌的租使用者。 |
channel |
自選。 此 Bot 的通道服務選項可驗證來自 Azure 或其他通道位置的連線。 |
client |
自選。 建立新的 ConnectorClients 時使用。 |
o |
自選。 Bot 要使用的 OAuth API 端點。 |
open |
自選。 Bot 要使用的 OpenID 元數據端點。 |
web |
自選。 用來傳入 NodeWebSocketFactoryBase 實例。 |
屬性詳細資料
appId
appPassword
authConfig
自選。 用來要求特定背書並驗證宣告。 建議使用技能。
authConfig?: AuthenticationConfiguration
屬性值
AuthenticationConfiguration
certificatePrivateKey
自選。 用來向 AAD 驗證 appId 的憑證金鑰。
certificatePrivateKey?: string
屬性值
string
certificateThumbprint
自選。 憑證指紋,用來向 AAD 驗證 appId。
certificateThumbprint?: string
屬性值
string
channelAuthTenant
自選。 要從中取得 Bot 對通道令牌的租使用者。
channelAuthTenant?: string
屬性值
string
channelService
自選。 此 Bot 的通道服務選項可驗證來自 Azure 或其他通道位置的連線。
channelService?: string
屬性值
string
clientOptions
自選。 建立新的 ConnectorClients 時使用。
clientOptions?: ConnectorClientOptions
屬性值
ConnectorClientOptions
oAuthEndpoint
自選。 Bot 要使用的 OAuth API 端點。
oAuthEndpoint?: string
屬性值
string
openIdMetadata
自選。 Bot 要使用的 OpenID 元數據端點。
openIdMetadata?: string
屬性值
string
webSocketFactory
自選。 用來傳入 NodeWebSocketFactoryBase 實例。
webSocketFactory?: NodeWebSocketFactoryBase
屬性值
NodeWebSocketFactoryBase