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