public interface OAuthScopes
| Modifier and Type | Interface and Description |
|---|---|
static class |
OAuthScopes.NoScopes |
static class |
OAuthScopes.ReadOrWriteScopes |
static class |
OAuthScopes.SingleScope |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
forRequest(org.jclouds.http.HttpRequest input)
Returns a list of scopes needed to perform the request.
|
Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.