Partilhar via


MicrosoftGovernmentAppCredentials Construtores

Definição

Sobrecargas

MicrosoftGovernmentAppCredentials(String, String, HttpClient, ILogger, String)

Inicializa uma nova instância da classe MicrosoftGovernmentAppCredentials.

MicrosoftGovernmentAppCredentials(String, String, String, HttpClient, ILogger, String)

Inicializa uma nova instância da classe MicrosoftGovernmentAppCredentials.

MicrosoftGovernmentAppCredentials(String, String, HttpClient, ILogger, String)

Inicializa uma nova instância da classe MicrosoftGovernmentAppCredentials.

public MicrosoftGovernmentAppCredentials (string appId, string password, System.Net.Http.HttpClient customHttpClient = default, Microsoft.Extensions.Logging.ILogger logger = default, string oAuthScope = default);
new Microsoft.Bot.Connector.Authentication.MicrosoftGovernmentAppCredentials : string * string * System.Net.Http.HttpClient * Microsoft.Extensions.Logging.ILogger * string -> Microsoft.Bot.Connector.Authentication.MicrosoftGovernmentAppCredentials
Public Sub New (appId As String, password As String, Optional customHttpClient As HttpClient = Nothing, Optional logger As ILogger = Nothing, Optional oAuthScope As String = Nothing)

Parâmetros

appId
String

A ID do aplicativo Microsoft.

password
String

A palavra-passe da aplicação Microsoft.

customHttpClient
HttpClient

Opcionais HttpClient a serem usados ao adquirir tokens.

logger
ILogger

ILogger opcionais para coletar dados de telemetria ao adquirir e gerenciar credenciais.

oAuthScope
String

O escopo do token (o padrão é ToChannelFromBotOAuthScope se nulo).

Aplica-se a

MicrosoftGovernmentAppCredentials(String, String, String, HttpClient, ILogger, String)

Inicializa uma nova instância da classe MicrosoftGovernmentAppCredentials.

public MicrosoftGovernmentAppCredentials (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.MicrosoftGovernmentAppCredentials : string * string * string * System.Net.Http.HttpClient * Microsoft.Extensions.Logging.ILogger * string -> Microsoft.Bot.Connector.Authentication.MicrosoftGovernmentAppCredentials
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)

Parâmetros

appId
String

A ID do aplicativo Microsoft.

password
String

A palavra-passe da aplicação Microsoft.

channelAuthTenant
String

Opcional. O locatário do token oauth.

customHttpClient
HttpClient

Opcionais HttpClient a serem usados ao adquirir tokens.

logger
ILogger

ILogger opcionais para coletar dados de telemetria ao adquirir e gerenciar credenciais.

oAuthScope
String

O escopo do token (o padrão é ToChannelFromBotOAuthScope se nulo).

Aplica-se a