OAuthClientConfig Class

  • java.lang.Object
    • com.microsoft.bot.connector.OAuthClientConfig

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 OAuthCard behavior or use connected flows.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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.

Applies to