AuthPKCECodeVerifierMissingError
import { AuthPKCECodeVerifierMissingError } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";Error thrown when the PKCE code verifier is not found in storage. This typically happens when the auth flow was initiated in a different browser, device, or the storage was cleared.
@example
import { AuthPKCECodeVerifierMissingError } from '@supabase/auth-js'
throw new AuthPKCECodeVerifierMissingError()
class AuthPKCECodeVerifierMissingError extends CustomAuthError {}
constructor();