AuthPasskeyAuthenticationVerifyResponse
import type { AuthPasskeyAuthenticationVerifyResponse } from "https://esm.sh/@supabase/supabase-js@2.105.1/dist/index.d.mts";type AuthPasskeyAuthenticationVerifyResponse = RequestResult<{
session: Session | null;
user: User | null;
}, WebAuthnError | AuthError>;§Type
§
RequestResult<{
[src]session: Session | null;
user: User | null;
}, WebAuthnError | AuthError>