Class OAuthToken
java.lang.Object
com.google.gerrit.extensions.auth.oauth.OAuthToken
- All Implemented Interfaces:
Serializable
OAuth token.
Only implements Serializable
for backwards compatibility; new extensions should not
depend on the serialized format.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthToken
(String token, String secret, String raw) OAuthToken
(String token, String secret, String raw, long expiresAt, String providerId) -
Method Summary
-
Constructor Details
-
OAuthToken
-
OAuthToken
-
-
Method Details