OAuthClient Interface
public interface OAuthClient
OAuth client interface.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Bot |
getBotSignIn()
Gets the Bot |
|
abstract
User |
getUserToken()
Gets the User |
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.