Type Alias AuthenticationMethod

AuthenticationMethod:
    | {
        type: "webauthn_passkey";
    }
    | {
        type: "software_passkey";
    }
    | {
        type: "email_one_time_password";
    }
    | {
        authenticator_attachment: "platform" | "cross-platform";
        type: "fido2";
    }