public static class OfflineCredentials.CustomOAuthConfig extends Object implements OfflineCredentials.OAuthConfig
| Constructor and Description |
|---|
CustomOAuthConfig(String propKeyPrefix,
String scope,
Internals internals) |
| Modifier and Type | Method and Description |
|---|---|
Internals |
getInternals()
Returns the internals object for the API that has the OAuth helper.
|
String |
getPropertyKeyPrefix()
Returns the property key prefix.
|
String |
getScope()
Returns the API OAuth scope.
|
public String getPropertyKeyPrefix()
OfflineCredentials.OAuthConfiggetPropertyKeyPrefix in interface OfflineCredentials.OAuthConfigpublic String getScope()
OfflineCredentials.OAuthConfiggetScope in interface OfflineCredentials.OAuthConfigpublic Internals getInternals()
OfflineCredentials.OAuthConfiggetInternals in interface OfflineCredentials.OAuthConfigCopyright © 2020. All Rights Reserved.