Package org.jclouds.oauth.v2.config
Interface OAuthScopes
- All Known Implementing Classes:
GoogleCloudStorageOAuthScopes
,OAuthScopes.NoScopes
,OAuthScopes.ReadOrWriteScopes
,OAuthScopes.SingleScope
public interface OAuthScopes
Implementations are api-specific, typically routing GET or HEAD requests to a read-only role, and others to a
read-write one.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionforRequest
(HttpRequest input) Returns a list of scopes needed to perform the request.
-
Method Details
-
forRequest
Returns a list of scopes needed to perform the request.
-