public class EVEAuthHandler extends Object
| Constructor and Description |
|---|
EVEAuthHandler() |
| Modifier and Type | Method and Description |
|---|---|
static String |
doGet(String clientID,
String secretKey,
String callback,
String scope,
String state,
javax.servlet.http.HttpServletRequest req) |
static com.github.scribejava.core.model.OAuth2AccessToken |
doRefresh(String clientID,
String secretKey,
String refreshToken) |
public static String doGet(String clientID, String secretKey, String callback, String scope, String state, javax.servlet.http.HttpServletRequest req) throws IOException
IOExceptionpublic static com.github.scribejava.core.model.OAuth2AccessToken doRefresh(String clientID, String secretKey, String refreshToken) throws IOException
IOExceptionCopyright © 2018 Orbital Enterprises. All rights reserved.