public class SsoApi extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DATE_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
CharacterInfo |
getCharacterInfo()
Alias for net.troja.eve.esi.api.MetaApi.getVerify()
Return CharacterInfo that have helper methods:
CharacterInfo.getScopes() : Set
|
void |
revokeAccessToken(String accessToken) |
void |
revokeRefreshToken(String refreshToken) |
void |
setApiClient(ApiClient apiClient) |
protected static final String DATE_FORMAT
public SsoApi()
public SsoApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CharacterInfo getCharacterInfo() throws ApiException
ApiExceptionpublic void revokeRefreshToken(String refreshToken) throws ApiException
ApiExceptionpublic void revokeAccessToken(String accessToken) throws ApiException
ApiExceptionCopyright © 2019. All Rights Reserved.