public class OAuthServiceProvider extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
accessTokenURL |
String |
requestTokenURL |
String |
userAuthorizationURL |
Constructor and Description |
---|
OAuthServiceProvider(String requestTokenURL,
String userAuthorizationURL,
String accessTokenURL) |
Copyright © 2023. All rights reserved.