
org.scribe.builder.api.EVETestApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oauth Show documentation
Show all versions of oauth Show documentation
OAuth authentication support for Orbital Enterprises projects
package org.scribe.builder.api;
public class EVETestApi extends EVEApi {
@Override
protected String getAuthorizeURL() {
return "https://sisilogin.testeveonline.com/oauth/authorize/?response_type=code&client_id=%s&redirect_uri=%s";
}
@Override
public String getAccessTokenEndpoint() {
return "https://sisilogin.testeveonline.com/oauth/token";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy