OAuthClient Interface

public interface OAuthClient

OAuth client interface.

Method Summary

Modifier and Type Method and Description
abstract BotSignIn getBotSignIn()

Gets the BotSignIns object to access its operations.

abstract UserToken getUserToken()

Gets the UserTokens object to access its operations.

Method Details

getBotSignIn

public abstract BotSignIn getBotSignIn()

Gets the BotSignIns object to access its operations.

Returns:

the BotSignIns object.

getUserToken

public abstract UserToken getUserToken()

Gets the UserTokens object to access its operations.

Returns:

the UserTokens object.

Applies to