Package org.jclouds.oauth.v2.config
Class OAuthScopes.SingleScope
java.lang.Object
org.jclouds.oauth.v2.config.OAuthScopes.SingleScope
- All Implemented Interfaces:
 OAuthScopes
- Enclosing interface:
 OAuthScopes
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.jclouds.oauth.v2.config.OAuthScopes
OAuthScopes.NoScopes, OAuthScopes.ReadOrWriteScopes, OAuthScopes.SingleScope - 
Method Summary
Modifier and TypeMethodDescriptionstatic OAuthScopes.SingleScopeforRequest(HttpRequest input) Returns a list of scopes needed to perform the request. 
- 
Method Details
- 
create
 - 
forRequest
Description copied from interface:OAuthScopesReturns a list of scopes needed to perform the request.- Specified by:
 forRequestin interfaceOAuthScopes
 
 -