what-the-bank/sources/com/google/android/gms/internal/p002firebaseauthapi/zzzj.java

33 lines
984 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.p002firebaseauthapi;
import com.huawei.hms.support.feature.result.CommonConstant;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class zzzj implements zzxn {
private static final String zza = "zzzj";
private String zzb;
private String zzc;
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzxn
public final /* synthetic */ zzxn zza(String str) throws zzvg {
try {
JSONObject jSONObject = new JSONObject(str);
this.zzb = jSONObject.optString(CommonConstant.KEY_ID_TOKEN, null);
this.zzc = jSONObject.optString("refreshToken", null);
return this;
} catch (NullPointerException | JSONException e) {
throw zzabk.zza(e, zza, str);
}
}
public final String zzc() {
return this.zzc;
}
public final String zzb() {
return this.zzb;
}
}