Uses of Class
com.google.api.client.auth.oauth.OAuthParameters
-
Packages that use OAuthParameters Package Description com.google.api.client.auth.oauth Beta
OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification).com.google.api.client.extensions.auth.helpers.oauth Beta
Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow. -
-
Uses of OAuthParameters in com.google.api.client.auth.oauth
Methods in com.google.api.client.auth.oauth that return OAuthParameters Modifier and Type Method Description OAuthParameters
AbstractOAuthGetToken. createParameters()
Returns a new instance of the OAuth authentication provider.OAuthParameters
OAuthGetAccessToken. createParameters()
OAuthParameters
OAuthGetTemporaryToken. createParameters()
-
Uses of OAuthParameters in com.google.api.client.extensions.auth.helpers.oauth
Fields in com.google.api.client.extensions.auth.helpers.oauth declared as OAuthParameters Modifier and Type Field Description private OAuthParameters
OAuthHmacCredential. authorizer
Authorizer instance used to sign requests.
-