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
토큰의 범위입니다.