Uses of Class
com.google.api.client.auth.oauth.OAuthParameters
Packages that use OAuthParameters
Package
Description
Beta
OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification).
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 OAuthParametersModifier and TypeMethodDescriptionAbstractOAuthGetToken.createParameters()
Returns a new instance of the OAuth authentication provider.OAuthGetAccessToken.createParameters()
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 OAuthParametersModifier and TypeFieldDescriptionprivate OAuthParameters
OAuthHmacCredential.authorizer
Authorizer instance used to sign requests.