RestUserTokenClient 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.
Client for OAuth flow using the TokenAPI endpoints. This uses the Azure Bot Service Token Service to facilitate the token exchange.
public class RestUserTokenClient : Microsoft.Agents.Connector.RestClients.RestClientBase, IDisposable, Microsoft.Agents.Connector.IUserTokenClient
type RestUserTokenClient = class
inherit RestClientBase
interface IUserTokenClient
interface IDisposable
Public Class RestUserTokenClient
Inherits RestClientBase
Implements IDisposable, IUserTokenClient
- Inheritance
- Implements
Constructors
| RestUserTokenClient(String, Uri, IHttpClientFactory, Func<Task<String>>, String, ILogger) |
Properties
| BaseUri | |
| Endpoint | (Inherited from RestClientBase) |