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(HttpRequest input)
Returns a list of scopes needed to perform the request.
|
List<String> forRequest(HttpRequest input)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.