jimu-decompiled/sources/com/tencent/connect/auth/QQToken.java
2025-05-13 19:24:51 +02:00

43 lines
842 B
Java

package com.tencent.connect.auth;
/* compiled from: ProGuard */
/* loaded from: classes.dex */
public class QQToken {
private String a;
private String b;
private String c;
private long d = -1;
public QQToken(String str) {
this.a = str;
}
public String a() {
return this.b;
}
public String b() {
return this.a;
}
public String c() {
return this.c;
}
public boolean d() {
return this.b != null && System.currentTimeMillis() < this.d;
}
public void a(String str, String str2) throws NumberFormatException {
this.b = str;
this.d = 0L;
if (str2 != null) {
this.d = System.currentTimeMillis() + (Long.parseLong(str2) * 1000);
}
}
public void a(String str) {
this.c = str;
}
}