RestOAuthClient Classe

Implementazioni

public class RestOAuthClient
extends ServiceClient
implements OAuthClient

Client OAuth rest.

Riepilogo dei costruttori

Costruttore Descrizione
RestOAuthClient(RestClient restClient)

Inizializza un'istanza di Connectorclient.

RestOAuthClient(String baseUrl, ServiceClientCredentials credentials)

Inizializza un'istanza di Connectorclient.

Riepilogo dei metodi

Modificatore e tipo Metodo e descrizione
BotSignIn getBotSignIn()

Ottiene l'oggetto BotSignIns per accedere alle operazioni.

UserToken getUserToken()

Ottiene l'oggetto UserTokens per accedere alle relative operazioni.

protected void initialize()

Inizializzazione post-costruzione.

Metodi ereditati da ServiceClient

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 costruttore

RestOAuthClient

public RestOAuthClient(RestClient restClient)

Inizializza un'istanza del client ConnectorClient.

Parametri:

restClient - RestClient da usare.

RestOAuthClient

public RestOAuthClient(String baseUrl, ServiceClientCredentials credentials)

Inizializza un'istanza del client ConnectorClient.

Parametri:

baseUrl - URL di base dell'host
credentials - credenziali di gestione per Azure

Dettagli metodo

getBotSignIn

public BotSignIn getBotSignIn()

Ottiene l'oggetto BotSignIns per accedere alle relative operazioni.

Restituisce:

oggetto BotSignIns.

getUserToken

public UserToken getUserToken()

Ottiene l'oggetto UserTokens per accedere alle relative operazioni.

Restituisce:

oggetto UserTokens.

initialize

protected void initialize()

Inizializzazione post-costruzione.

Si applica a