Package | Description |
---|---|
oauth1 | |
oauth1.lib |
Modifier and Type | Method and Description |
---|---|
static com.google.api.client.http.HttpResponse |
OAuth1Generic.makeOAuthBackedRequest(String url,
com.google.api.client.auth.oauth.OAuthParameters oAuthParameters,
RequestMethod requestMethod,
com.google.api.client.http.HttpContent httpContent)
Makes a request to the given URL wrapped with a user's OAuth credentials (which includes their access token) obtained from
OAuth1Generic.authorised(String, String) ,
to make a request on a user's behalf. |
Modifier and Type | Method and Description |
---|---|
static RequestMethod |
RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethod[] |
RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.