package ib;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.google.firebase.installations.local.PersistedInstallation$RegistrationStatus;

/* JADX INFO: loaded from: classes2.dex */
public abstract class e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ int f26609a = 0;

    static {
        a aVar = new a();
        aVar.f26597f = 0L;
        aVar.b(PersistedInstallation$RegistrationStatus.f24104a);
        aVar.f26596e = 0L;
        aVar.a();
    }

    public abstract a a();

    @Nullable
    public abstract String getAuthToken();

    @Nullable
    public abstract String getFirebaseInstallationId();

    @Nullable
    public abstract String getFisError();

    @Nullable
    public abstract String getRefreshToken();

    @NonNull
    public e withRegisteredFid(@NonNull String str, @NonNull String str2, long j10, @Nullable String str3, long j11) {
        a aVarA = a();
        aVarA.f26592a = str;
        aVarA.b(PersistedInstallation$RegistrationStatus.f24107d);
        a aVar = (a) aVarA.setAuthToken(str3).setRefreshToken(str2);
        aVar.f26596e = Long.valueOf(j11);
        aVar.f26597f = Long.valueOf(j10);
        return aVar.a();
    }
}
