Share via


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 を取得します。

適用対象