Uses of Class
net.troja.eve.esi.auth.OAuthFlow
-
Packages that use OAuthFlow Package Description net.troja.eve.esi.auth -
-
Uses of OAuthFlow in net.troja.eve.esi.auth
Methods in net.troja.eve.esi.auth that return OAuthFlow Modifier and Type Method Description static OAuthFlowOAuthFlow. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuthFlow[]OAuthFlow. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.troja.eve.esi.auth with parameters of type OAuthFlow Modifier and Type Method Description voidRetryingOAuth. setFlow(OAuthFlow flow)Constructors in net.troja.eve.esi.auth with parameters of type OAuthFlow Constructor Description RetryingOAuth(String tokenUrl, String clientId, OAuthFlow flow, String clientSecret, Map<String,String> parameters)
-