Uses of Class
com.google.api.client.auth.oauth.AbstractOAuthGetToken
Packages that use AbstractOAuthGetToken
Package
Description
Beta
OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification).
-
Uses of AbstractOAuthGetToken in com.google.api.client.auth.oauth
Subclasses of AbstractOAuthGetToken in com.google.api.client.auth.oauthModifier and TypeClassDescriptionclass
Beta
Generic OAuth 1.0a URL to request to exchange the temporary credentials token (or "request token") for a long-lived credentials token (or "access token") from an authorization server.class
Beta
Generic OAuth 1.0a URL to request a temporary credentials token (or "request token") from an authorization server.