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