package com.google.android.gms.internal.p002firebaseauthapi; import com.google.android.gms.common.internal.Preconditions; import org.json.JSONObject; /* loaded from: classes.dex */ public final class zzadi implements zzabc { private final String zza = zzadh.REFRESH_TOKEN.toString(); private final String zzb; public zzadi(String str) { this.zzb = Preconditions.checkNotEmpty(str); } @Override // com.google.android.gms.internal.p002firebaseauthapi.zzabc public final String zza() { JSONObject jSONObject = new JSONObject(); jSONObject.put("grantType", this.zza); jSONObject.put("refreshToken", this.zzb); return jSONObject.toString(); } }