Uses of Class
net.troja.eve.esi.model.EsiVerifyResponse
-
Packages that use EsiVerifyResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of EsiVerifyResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return EsiVerifyResponse Modifier and Type Method Description EsiVerifyResponseMetaApi. getVerify(String userAgent, String xUserAgent, String datasource, String token, String authorization)Verify access token Verify authorization tokens in ESI's auth cacheMethods in net.troja.eve.esi.api that return types with arguments of type EsiVerifyResponse Modifier and Type Method Description ApiResponse<EsiVerifyResponse>MetaApi. getVerifyWithHttpInfo(String userAgent, String xUserAgent, String datasource, String token, String authorization)Verify access token Verify authorization tokens in ESI's auth cacheMethod parameters in net.troja.eve.esi.api with type arguments of type EsiVerifyResponse Modifier and Type Method Description okhttp3.CallMetaApi. getVerifyAsync(String userAgent, String xUserAgent, String datasource, String token, String authorization, ApiCallback<EsiVerifyResponse> _callback)Verify access token (asynchronously) Verify authorization tokens in ESI's auth cache -
Uses of EsiVerifyResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return EsiVerifyResponse Modifier and Type Method Description EsiVerifyResponseCharacterInfo. characterID(Integer characterID)EsiVerifyResponseEsiVerifyResponse. characterID(Integer characterID)EsiVerifyResponseCharacterInfo. characterName(String characterName)EsiVerifyResponseEsiVerifyResponse. characterName(String characterName)EsiVerifyResponseCharacterInfo. characterOwnerHash(String characterOwnerHash)EsiVerifyResponseEsiVerifyResponse. characterOwnerHash(String characterOwnerHash)EsiVerifyResponseCharacterInfo. expiresOn(String expiresOn)EsiVerifyResponseEsiVerifyResponse. expiresOn(String expiresOn)EsiVerifyResponseCharacterInfo. intellectualProperty(String intellectualProperty)EsiVerifyResponseEsiVerifyResponse. intellectualProperty(String intellectualProperty)EsiVerifyResponseCharacterInfo. scopes(String scopes)EsiVerifyResponseEsiVerifyResponse. scopes(String scopes)EsiVerifyResponseCharacterInfo. tokenType(String tokenType)EsiVerifyResponseEsiVerifyResponse. tokenType(String tokenType)Constructors in net.troja.eve.esi.model with parameters of type EsiVerifyResponse Constructor Description CharacterInfo(EsiVerifyResponse response)
-