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。

适用于