OAuthClientConfig 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.
A class containing OAuthClient configuration values.
public static class OAuthClientConfig
type OAuthClientConfig = class
Public Class OAuthClientConfig
- Inheritance
-
OAuthClientConfig
Properties
EmulateOAuthCards |
Gets or sets a value indicating whether when using the Emulator, whether to emulate the OAuthCard behavior or use connected flows. |
OAuthEndpoint |
Gets or sets the default endpoint that is used for API requests. |
Methods
SendEmulateOAuthCardsAsync(OAuthClient, Boolean) |
Send a dummy OAuth card when the bot is being used on the Emulator for testing without fetching a real token. |