다음을 통해 공유


ServiceClientCredentialsFactory 클래스

정의

ServiceClientCredentialsFactory 에 대한 추상 클래스를 사용하면 봇이 부모 봇 호출에 채널 또는 기술 봇을 직접 제공할 Microsoft.Rest.ServiceClientCredentials 수 있습니다.

public abstract class ServiceClientCredentialsFactory
type ServiceClientCredentialsFactory = class
Public MustInherit Class ServiceClientCredentialsFactory
상속
ServiceClientCredentialsFactory
파생

생성자

ServiceClientCredentialsFactory()

ServiceClientCredentialsFactory 에 대한 추상 클래스를 사용하면 봇이 부모 봇 호출에 채널 또는 기술 봇을 직접 제공할 Microsoft.Rest.ServiceClientCredentials 수 있습니다.

메서드

CreateCredentialsAsync(String, String, String, Boolean, CancellationToken)

ServiceClientCredentials를 만들기 위한 팩터리 메서드입니다.

IsAuthenticationDisabledAsync(CancellationToken)

봇 인증을 사용할 수 없는지 여부를 확인합니다.

IsValidAppIdAsync(String, CancellationToken)

앱 ID의 유효성을 검사합니다.

적용 대상