다음을 통해 공유


BotSignIn 클래스

정의

BotSignIn 작업.

public class BotSignIn : Microsoft.Bot.Connector.IBotSignIn, Microsoft.Rest.IServiceOperations<Microsoft.Bot.Connector.OAuthClient>
type BotSignIn = class
    interface IServiceOperations<OAuthClient>
    interface IBotSignIn
Public Class BotSignIn
Implements IBotSignIn, IServiceOperations(Of OAuthClient)
상속
BotSignIn
구현
IBotSignIn Microsoft.Rest.IServiceOperations<OAuthClient>

생성자

BotSignIn(OAuthClient)

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

속성

Client

OAuthClient에 대한 참조를 가져옵니다.

메서드

GetSignInUrlWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

HTTP 메시지를 사용하여 로그인 URL을 가져옵니다.

확장 메서드

GetSignInUrlAsync(IBotSignIn, String, String, String, String, CancellationToken)

로그인 URL을 가져옵니다.

적용 대상