MicrosoftAppCredentials Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MicrosoftAppCredentials(String, String, HttpClient, ILogger, String) |
Initialisiert eine neue Instanz der MicrosoftAppCredentials Klasse. |
MicrosoftAppCredentials(String, String, String, HttpClient, ILogger, String) |
Initialisiert eine neue Instanz der MicrosoftAppCredentials Klasse. |
MicrosoftAppCredentials(String, String, HttpClient, ILogger, String)
Initialisiert eine neue Instanz der MicrosoftAppCredentials Klasse.
public MicrosoftAppCredentials (string appId, string password, System.Net.Http.HttpClient customHttpClient = default, Microsoft.Extensions.Logging.ILogger logger = default, string oAuthScope = default);
new Microsoft.Bot.Connector.Authentication.MicrosoftAppCredentials : string * string * System.Net.Http.HttpClient * Microsoft.Extensions.Logging.ILogger * string -> Microsoft.Bot.Connector.Authentication.MicrosoftAppCredentials
Public Sub New (appId As String, password As String, Optional customHttpClient As HttpClient = Nothing, Optional logger As ILogger = Nothing, Optional oAuthScope As String = Nothing)
Parameter
- appId
- String
Die Microsoft-App-ID.
- password
- String
Das Microsoft-App-Kennwort.
- customHttpClient
- HttpClient
Optionale HttpClient, die beim Abrufen von Token verwendet werden sollen.
- logger
- ILogger
Optionaler ILogger zum Sammeln von Telemetriedaten beim Abrufen und Verwalten von Anmeldeinformationen.
- oAuthScope
- String
Der Bereich für das Token.
Gilt für:
MicrosoftAppCredentials(String, String, String, HttpClient, ILogger, String)
Initialisiert eine neue Instanz der MicrosoftAppCredentials Klasse.
public MicrosoftAppCredentials (string appId, string password, string channelAuthTenant, System.Net.Http.HttpClient customHttpClient = default, Microsoft.Extensions.Logging.ILogger logger = default, string oAuthScope = default);
new Microsoft.Bot.Connector.Authentication.MicrosoftAppCredentials : string * string * string * System.Net.Http.HttpClient * Microsoft.Extensions.Logging.ILogger * string -> Microsoft.Bot.Connector.Authentication.MicrosoftAppCredentials
Public Sub New (appId As String, password As String, channelAuthTenant As String, Optional customHttpClient As HttpClient = Nothing, Optional logger As ILogger = Nothing, Optional oAuthScope As String = Nothing)
Parameter
- appId
- String
Die Microsoft-App-ID.
- password
- String
Das Microsoft-App-Kennwort.
- channelAuthTenant
- String
Wahlfrei. Der Oauth-Tokenmandant.
- customHttpClient
- HttpClient
Optionale HttpClient, die beim Abrufen von Token verwendet werden sollen.
- logger
- ILogger
Optionaler ILogger zum Sammeln von Telemetriedaten beim Abrufen und Verwalten von Anmeldeinformationen.
- oAuthScope
- String
Der Bereich für das Token.