Udostępnij przez


BotSignIn Klasa

Definicja

Operacje 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)
Dziedziczenie
BotSignIn
Implementuje
IBotSignIn Microsoft.Rest.IServiceOperations<OAuthClient>

Konstruktory

BotSignIn(OAuthClient)

Inicjuje nowe wystąpienie klasy BotSignIn.

Właściwości

Client

Pobiera odwołanie do elementu OAuthClient.

Metody

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

Pobiera adres URL logowania z komunikatem HTTP.

Metody rozszerzania

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

Uzyskaj adres URL logowania.

Dotyczy