package defpackage;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 1, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "io.github.jan.supabase.auth.AuthImpl", f = "AuthImpl.kt", i = {0, 0, 0}, l = {475, 476}, m = "handleExpiredSession", n = {"this", "session", "autoRefresh"}, s = {"L$0", "L$1", "Z$0"})
final class ky extends ContinuationImpl {
    public b00 a;
    public pba b;
    public boolean c;
    public /* synthetic */ Object d;
    public final /* synthetic */ b00 e;
    public int f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public ky(b00 b00Var, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.e = b00Var;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.d = obj;
        this.f |= Integer.MIN_VALUE;
        return this.e.s(null, false, this);
    }
}
