import * as MyAccount from "../index.js"; export interface VerifyPasskeyAuthenticationMethod { /** The unique session identifier for the enrollment as returned by POST /authentication-methods */ auth_session: string; authn_response: MyAccount.AuthenticatorAttestationResponse; }