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.OAuthConfig
getPropertyKeyPrefix
in interface OfflineCredentials.OAuthConfig
public String getScope()
OfflineCredentials.OAuthConfig
getScope
in interface OfflineCredentials.OAuthConfig
public Internals getInternals()
OfflineCredentials.OAuthConfig
getInternals
in interface OfflineCredentials.OAuthConfig
Copyright © 2018. All Rights Reserved.