OAuthClientConfig Class
- java.
lang. Object - com.
microsoft. bot. connector. OAuthClientConfig
- com.
public final class OAuthClientConfig
OAuthClient config.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final java.lang.String |
OAUTHENDPOINT
The default endpoint that is used for API requests. |
| static boolean |
emulateOAuthCards
Value indicating whether when using the Emulator, whether to emulate the OAuth |
Methods inherited from java.lang.Object
Field Details
OAUTHENDPOINT
public static final String OAUTHENDPOINT
The default endpoint that is used for API requests.
emulateOAuthCards
public static boolean emulateOAuthCards
Value indicating whether when using the Emulator, whether to emulate the OAuthCard behavior or use connected flows.