MicrosoftAppCredentials コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MicrosoftAppCredentials(String, String, HttpClient, ILogger, String)
MicrosoftAppCredentials クラスの新しいインスタンスを初期化します。
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)
パラメーター
- appId
- String
Microsoft アプリ ID。
- password
- String
Microsoft アプリのパスワード。
- customHttpClient
- HttpClient
トークンを取得するときに使用する省略可能な HttpClient。
- oAuthScope
- String
トークンのスコープ。
適用対象
MicrosoftAppCredentials(String, String, String, HttpClient, ILogger, String)
MicrosoftAppCredentials クラスの新しいインスタンスを初期化します。
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)
パラメーター
- appId
- String
Microsoft アプリ ID。
- password
- String
Microsoft アプリのパスワード。
- channelAuthTenant
- String
随意。 oauth トークン テナント。
- customHttpClient
- HttpClient
トークンを取得するときに使用する省略可能な HttpClient。
- oAuthScope
- String
トークンのスコープ。