Поделиться через


ConnectorFactoryImpl class

Extends

Конструкторы

ConnectorFactoryImpl(string, string, string, boolean, ServiceClientCredentialsFactory, ConnectorClientOptions)

Методы

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

Идентификатор приложения.

toChannelFromBotOAuthScope

string

В канал из области oauth бота.

loginEndpoint

string

URL-адрес входа.

validateAuthority

boolean

Используемое значение центра проверки.

credentialFactory
ServiceClientCredentialsFactory

Объект ServiceClientCredentialsFactory для использования.

connectorClientOptions
ConnectorClientOptions

ConnectorClientOptions, используемый при создании ConnectorClients.

Сведения о методе

create(string, string)

function create(serviceUrl: string, audience?: string): Promise<ConnectorClient>

Параметры

serviceUrl

string

URL-адрес службы клиента.

audience

string

Аудитория, используемая для исходящего взаимодействия. Он будет зависеть от облачной среды.

Возвращаемое значение

Promise<ConnectorClient>

Новый экземпляр класса ConnectorClient.