public abstract static class OAuthScopes.SingleScope extends Object implements OAuthScopes
OAuthScopes.NoScopes, OAuthScopes.ReadOrWriteScopes, OAuthScopes.SingleScope
Modifier and Type | Method and Description |
---|---|
static OAuthScopes.SingleScope |
create(String scope) |
List<String> |
forRequest(HttpRequest input)
Returns a list of scopes needed to perform the request.
|
public static OAuthScopes.SingleScope create(String scope)
public List<String> forRequest(HttpRequest input)
OAuthScopes
forRequest
in interface OAuthScopes
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.