Package org.jclouds.oauth.v2.config
Class OAuthScopes.ReadOrWriteScopes
java.lang.Object
org.jclouds.oauth.v2.config.OAuthScopes.ReadOrWriteScopes
- 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 TypeMethodDescriptionforRequest
(HttpRequest input) Returns a list of scopes needed to perform the request.
-
Method Details
-
create
-
forRequest
Description copied from interface:OAuthScopes
Returns a list of scopes needed to perform the request.- Specified by:
forRequest
in interfaceOAuthScopes
-