public abstract class DefaultApi20 extends java.lang.Object implements Api
| Constructor and Description |
|---|
DefaultApi20() |
| Modifier and Type | Method and Description |
|---|---|
OAuthService |
createService(OAuthConfig config)
Creates an
OAuthService |
abstract java.lang.String |
getAccessTokenEndpoint()
Returns the URL that receives the access token requests.
|
AccessTokenExtractor |
getAccessTokenExtractor()
Returns the access token extractor.
|
Verb |
getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to GET)
|
abstract java.lang.String |
getAuthorizationUrl(OAuthConfig config)
Returns the URL where you should redirect your users to authenticate
your application.
|
public AccessTokenExtractor getAccessTokenExtractor()
public Verb getAccessTokenVerb()
public abstract java.lang.String getAccessTokenEndpoint()
public abstract java.lang.String getAuthorizationUrl(OAuthConfig config)
config - OAuth 2.0 configuration param objectpublic OAuthService createService(OAuthConfig config)
OAuthServicecreateService in interface ApiOAuthService"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"