Package com.gmt2001.twitch
Class TwitchAuthorizationCodeFlow
java.lang.Object
com.gmt2001.twitch.TwitchAuthorizationCodeFlow
- Author:
- gmt2001
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static byte[]
handleRequest
(FullHttpRequest req, byte[] data, HTTPOAuthHandler handler) boolean
refresh()
boolean
refresh
(boolean shouldRefreshBot, boolean shouldRefreshAPI)
-
Constructor Details
-
TwitchAuthorizationCodeFlow
-
-
Method Details
-
refresh
public boolean refresh() -
refresh
public boolean refresh(boolean shouldRefreshBot, boolean shouldRefreshAPI) -
checkAndRefreshTokens
public boolean checkAndRefreshTokens() -
handleRequest
-