BotFrameworkAuthenticationFactory.Create Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Create() |
BotFrameworkAuthentication Vytvoří instanci pro anonymní scénáře testování. |
Create(String, Boolean, String, String, String, String, String, String, String, ServiceClientCredentialsFactory, AuthenticationConfiguration, IHttpClientFactory, ILogger) |
Vytvoří příslušnou BotFrameworkAuthentication instanci. |
Create()
BotFrameworkAuthentication Vytvoří instanci pro anonymní scénáře testování.
public static Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication Create ();
static member Create : unit -> Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication
Public Shared Function Create () As BotFrameworkAuthentication
Návraty
Nová BotFrameworkAuthentication instance.
Platí pro
Create(String, Boolean, String, String, String, String, String, String, String, ServiceClientCredentialsFactory, AuthenticationConfiguration, IHttpClientFactory, ILogger)
Vytvoří příslušnou BotFrameworkAuthentication instanci.
public static Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication Create (string channelService, bool validateAuthority, string toChannelFromBotLoginUrl, string toChannelFromBotOAuthScope, string toBotFromChannelTokenIssuer, string oAuthUrl, string toBotFromChannelOpenIdMetadataUrl, string toBotFromEmulatorOpenIdMetadataUrl, string callerId, Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory credentialFactory, Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration authConfiguration, System.Net.Http.IHttpClientFactory httpClientFactory, Microsoft.Extensions.Logging.ILogger logger);
static member Create : string * bool * string * string * string * string * string * string * string * Microsoft.Bot.Connector.Authentication.ServiceClientCredentialsFactory * Microsoft.Bot.Connector.Authentication.AuthenticationConfiguration * System.Net.Http.IHttpClientFactory * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication
Public Shared Function Create (channelService As String, validateAuthority As Boolean, toChannelFromBotLoginUrl As String, toChannelFromBotOAuthScope As String, toBotFromChannelTokenIssuer As String, oAuthUrl As String, toBotFromChannelOpenIdMetadataUrl As String, toBotFromEmulatorOpenIdMetadataUrl As String, callerId As String, credentialFactory As ServiceClientCredentialsFactory, authConfiguration As AuthenticationConfiguration, httpClientFactory As IHttpClientFactory, logger As ILogger) As BotFrameworkAuthentication
Parametry
- channelService
- String
Služba kanálu.
- validateAuthority
- Boolean
Hodnota autority pro ověření, která se má použít.
- toChannelFromBotLoginUrl
- String
Adresa URL pro kanál z přihlášení robota.
- toChannelFromBotOAuthScope
- String
Do kanálu z oboru oauth robota.
- toBotFromChannelTokenIssuer
- String
Robot to od vystavitele tokenu kanálu.
- oAuthUrl
- String
Adresa URL oAuth.
- toBotFromChannelOpenIdMetadataUrl
- String
To bot from Channel Open ID Metadata URL.
- toBotFromEmulatorOpenIdMetadataUrl
- String
Do robota z emulátoru otevřete adresu URL id metadat.
- callerId
- String
Heslo aplikace Microsoft.
- credentialFactory
- ServiceClientCredentialsFactory
Slouží ServiceClientCredentialsFactory k vytvoření přihlašovacích údajů.
- authConfiguration
- AuthenticationConfiguration
Příkaz AuthenticationConfiguration , který se má použít.
- httpClientFactory
- IHttpClientFactory
Příkaz IHttpClientFactory , který se má použít.
Návraty
Nová BotFrameworkAuthentication instance.