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

23 lines
725 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.p002firebaseauthapi;
import com.google.android.gms.common.internal.Preconditions;
import com.huawei.hms.support.feature.result.CommonConstant;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class zzzo implements zzxm {
private final String zza;
public zzzo(String str) {
this.zza = Preconditions.checkNotEmpty(str);
}
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzxm
public final String zza() throws JSONException {
JSONObject jSONObject = new JSONObject();
jSONObject.put(CommonConstant.KEY_ID_TOKEN, this.zza);
return jSONObject.toString();
}
}