26 lines
780 B
Java
26 lines
780 B
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
import com.google.android.gms.common.util.Strings;
|
||
|
import org.json.JSONException;
|
||
|
import org.json.JSONObject;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class zzaan implements zzxn {
|
||
|
private static final String zza = "zzaan";
|
||
|
private String zzb;
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzxn
|
||
|
public final /* synthetic */ zzxn zza(String str) throws zzvg {
|
||
|
try {
|
||
|
this.zzb = Strings.emptyToNull(new JSONObject(str).optString("sessionInfo", null));
|
||
|
return this;
|
||
|
} catch (NullPointerException | JSONException e) {
|
||
|
throw zzabk.zza(e, zza, str);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String zzb() {
|
||
|
return this.zzb;
|
||
|
}
|
||
|
}
|