Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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<{
session: Session | null;
user: User | null;
}
, WebAuthnError | AuthError>
[src]