UserToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
UserToken operations.
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
- Inheritance
-
UserToken
- Implements
-
IUserToken Microsoft.Rest.IServiceOperations<OAuthClient>
Constructors
UserToken(OAuthClient) |
Initializes a new instance of the UserToken class. |
Properties
Client |
Gets a reference to the OAuthClient. |
Methods
GetAadTokensWithHttpMessagesAsync(String, String, AadResourceUrls, String, Dictionary<String,List<String>>, CancellationToken) |
Get AAD Tokens with HTTP messages. |
GetTokenStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get Token Status with HTTP message. |
GetTokenWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get token with HTTP message. |
SignOutWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Sign out with HTTP message. |