BotSignIn クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を取得します。 |