다음을 통해 공유


MicrosoftAppCredentials 클래스

정의

MicrosoftAppCredentials 인증 구현 및 캐시.

public class MicrosoftAppCredentials : Microsoft.Bot.Connector.Authentication.AppCredentials
type MicrosoftAppCredentials = class
    inherit AppCredentials
Public Class MicrosoftAppCredentials
Inherits AppCredentials
상속
Microsoft.Rest.ServiceClientCredentials
MicrosoftAppCredentials
파생

생성자

MicrosoftAppCredentials(String, String)

MicrosoftAppCredentials 클래스의 새 인스턴스를 초기화합니다.

MicrosoftAppCredentials(String, String, HttpClient)

MicrosoftAppCredentials 클래스의 새 인스턴스를 초기화합니다.

MicrosoftAppCredentials(String, String, HttpClient, ILogger)

MicrosoftAppCredentials 클래스의 새 인스턴스를 초기화합니다.

MicrosoftAppCredentials(String, String, HttpClient, ILogger, String)

MicrosoftAppCredentials 클래스의 새 인스턴스를 초기화합니다.

MicrosoftAppCredentials(String, String, String, HttpClient)

MicrosoftAppCredentials 클래스의 새 인스턴스를 초기화합니다.

MicrosoftAppCredentials(String, String, String, HttpClient, ILogger)

MicrosoftAppCredentials 클래스의 새 인스턴스를 초기화합니다.

MicrosoftAppCredentials(String, String, String, HttpClient, ILogger, String)

MicrosoftAppCredentials 클래스의 새 인스턴스를 초기화합니다.

필드

Empty

빈 자격 증명 집합입니다.

MicrosoftAppIdKey

Microsoft 앱 ID의 구성 속성입니다.

MicrosoftAppPasswordKey

Microsoft 앱 암호에 대한 구성 속성입니다.

MicrosoftAppTenantIdKey

Azure AD 테넌트 ID의 구성 속성입니다.

MicrosoftAppTypeKey

봇의 앱 유형(MultiTenant, SingleTenant 또는 MSI)에 대한 구성 속성입니다.

속성

AuthTenant

이 자격 증명에 대한 채널 인증 토큰 테넌트 를 가져오거나 설정합니다.

(다음에서 상속됨 AppCredentials)
ChannelAuthTenant

채널 인증에 사용할 테넌트 를 가져오거나 설정합니다.

(다음에서 상속됨 AppCredentials)
CustomHttpClient

이 자격 증명에 대한 채널 인증 토큰 테넌트 를 가져오거나 설정합니다.

(다음에서 상속됨 AppCredentials)
Logger

이 자격 증명에 대한 채널 인증 토큰 테넌트 를 가져오거나 설정합니다.

(다음에서 상속됨 AppCredentials)
MicrosoftAppId

이 자격 증명의 Microsoft 앱 ID를 가져오거나 설정합니다.

(다음에서 상속됨 AppCredentials)
MicrosoftAppPassword

이 자격 증명에 대한 Microsoft 앱 암호를 가져오거나 설정합니다.

OAuthEndpoint

사용할 OAuth 엔드포인트를 가져옵니다.

(다음에서 상속됨 AppCredentials)
OAuthScope

사용할 OAuth 범위를 가져옵니다.

(다음에서 상속됨 AppCredentials)
ValidateAuthority

기관의 유효성을 검사할지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AppCredentials)

메서드

BuildAuthenticator()

토큰 획득에 사용할 지연 AdalAuthenticator 을 빌드합니다.

BuildIAuthenticator()

토큰 획득에 사용할 지연 IAuthenticator 을 빌드합니다.

(다음에서 상속됨 AppCredentials)
GetTokenAsync(Boolean)

OAuth 액세스 토큰을 가져옵니다.

(다음에서 상속됨 AppCredentials)
ProcessHttpRequestAsync(HttpRequestMessage, CancellationToken)

HTTP 요청에 자격 증명을 적용합니다.

(다음에서 상속됨 AppCredentials)

적용 대상