AuthPasskeyAuthenticationVerifyResponse

import type { AuthPasskeyAuthenticationVerifyResponse } from "https://esm.sh/@supabase/[email protected]/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]