UserToken Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Operace UserToken.
public class UserToken : Microsoft.Bot.Connector.IUserToken, Microsoft.Rest.IServiceOperations<Microsoft.Bot.Connector.OAuthClient>
type UserToken = class
interface IServiceOperations<OAuthClient>
interface IUserToken
Public Class UserToken
Implements IServiceOperations(Of OAuthClient), IUserToken
- Dědičnost
-
UserToken
- Implementuje
-
IUserToken Microsoft.Rest.IServiceOperations<OAuthClient>
Konstruktory
UserToken(OAuthClient) |
Inicializuje novou instanci UserToken třídy. |
Vlastnosti
Client |
Získá odkaz na OAuthClient. |
Metody
GetAadTokensWithHttpMessagesAsync(String, String, AadResourceUrls, String, Dictionary<String,List<String>>, CancellationToken) |
Získání tokenů AAD pomocí zpráv HTTP |
GetTokenStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Získání stavu tokenu pomocí zprávy HTTP |
GetTokenWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Získejte token se zprávou HTTP. |
SignOutWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Odhlaste se pomocí zprávy HTTP. |