Uses of Class
com.google.api.client.auth.oauth.AbstractOAuthGetToken
-
Packages that use AbstractOAuthGetToken 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). -
-
Uses of AbstractOAuthGetToken in com.google.api.client.auth.oauth
Subclasses of AbstractOAuthGetToken in com.google.api.client.auth.oauth Modifier and Type Class Description class
OAuthGetAccessToken
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
OAuthGetTemporaryToken
Beta
Generic OAuth 1.0a URL to request a temporary credentials token (or "request token") from an authorization server.
-