OAuthClientConfig Classe

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

public final class OAuthClientConfig

Configurazione OAuthClient.

Riepilogo dei campi

Modificatore e tipo Campo e descrizione
static final java.lang.String OAUTHENDPOINT

Endpoint predefinito usato per le richieste API.

static boolean emulateOAuthCards

Valore che indica se quando si usa l'emulatore, se emulare il comportamento della scheda OAutho usare i flussi connessi.

Metodi ereditati da 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

Dettagli del campo

OAUTHENDPOINT

public static final String OAUTHENDPOINT

Endpoint predefinito usato per le richieste API.

emulateOAuthCards

public static boolean emulateOAuthCards

Valore che indica se quando si usa l'emulatore, se emulare il comportamento OAuthCard o usare flussi connessi.

Si applica a