Package net.oauth
Class OAuthServiceProvider
- java.lang.Object
-
- net.oauth.OAuthServiceProvider
-
- All Implemented Interfaces:
Serializable
public class OAuthServiceProvider extends Object implements Serializable
Properties of an OAuth ArcGisRestService Provider.- Author:
- John Kristian
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
accessTokenURL
String
requestTokenURL
String
userAuthorizationURL
-
Constructor Summary
Constructors Constructor Description OAuthServiceProvider(String requestTokenURL, String userAuthorizationURL, String accessTokenURL)
-