File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
oauth2_http/java/com/google/auth/oauth2 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3636 * credentials.
3737 */
3838class ExternalAccountMetricsHandler implements java .io .Serializable {
39+ private static final long serialVersionUID = 7825203615911901249L ;
40+
3941 private static final String SOURCE_KEY = "source" ;
4042 private static final String IMPERSONATION_KEY = "sa-impersonation" ;
4143 private static final String CONFIG_LIFETIME_KEY = "config-lifetime" ;
Original file line number Diff line number Diff line change @@ -497,6 +497,8 @@ public Builder toBuilder() {
497497
498498 /** Stores an immutable snapshot of the accesstoken owned by {@link OAuth2Credentials} */
499499 static class OAuthValue implements Serializable {
500+ private static final long serialVersionUID = -7269184394646019967L ;
501+
500502 private final AccessToken temporaryAccess ;
501503 private final Map <String , List <String >> requestMetadata ;
502504
You can’t perform that action at this time.
0 commit comments